Click or drag to resize

ReferencePropertyFormatValue Method (Object, AppFormatInfo, Boolean)

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 override string FormatValue(
	Object value,
	AppFormatInfo formatInfo,
	bool forInputField
)

Parameters

value
Type: SystemObject
value to be formatted. value can contain: a ReferencePropertyValues object. value can also be null.
formatInfo
Type: Omada.OE.ModelAppFormatInfo
nullValue is returned if value is null or if value (as a ReferencePropertyValues) is empty.
forInputField
Type: SystemBoolean
Not currently supported

Return Value

Type: String
See Also