| SetPropertyFormatterFormatValue Method (Object, String, 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
Syntaxpublic static string FormatValue(
Object value,
string nullValue,
IFormatProvider provider
)
Parameters
- value
- Type: SystemObject
The value to be formatted.
Must be either null, a SetPropertyValues object or a SetPropertyValue object.
- nullValue
- Type: SystemString
- provider
- Type: SystemIFormatProvider
Return Value
Type:
String
See Also