Click or drag to resize

ReferencePropertyFormatterFormatValue Method (Object, ReferencePropertyFormatter, IFormatProvider)

Formats a value to a string using the property's settings.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string FormatValue(
	Object value,
	ReferencePropertyFormatter formatInfo,
	IFormatProvider provider
)

Parameters

value
Type: SystemObject
value to be formatted. value can contain: a ReferencePropertyValues object. value can also be null.
formatInfo
Type: Omada.OE.ModelReferencePropertyFormatter
provider
Type: SystemIFormatProvider

Return Value

Type: String
See Also