|   | SetPropertyFormatValue 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
Syntaxpublic override string FormatValue(
	Object value,
	AppFormatInfo formatInfo,
	bool forInputField
)
Parameters
- value
 - Type: SystemObject
            The value to be formatted.
            Must be either null, a SetPropertyValues object or a SetPropertyValue object.
             - formatInfo
 - Type: Omada.OE.ModelAppFormatInfo
            The NullValue of formatInfo is returned if value is null or if value is an
            empty SetPropertyValues object.
             - forInputField
 - Type: SystemBoolean
            Not currently supported.
             
Return Value
Type: 
String
            The formatted value.
            
See Also