|    | ValuePropertyFormatValue 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
            Value to be formatted.
            value can contain either: string, int, datetime, double, bool or timespan.
            value can also be null.
             - formatInfo
 - Type: Omada.OE.ModelAppFormatInfo
 - forInputField
 - Type: SystemBoolean
            If true a string suitable for display in input-fields is returned.
             
Return Value
Type: 
String
See Also