Name | Description | |
---|---|---|
NVariantValueFormatter Constructor | Overloaded. |
The following tables list the members exposed by NVariantValueFormatter.
Name | Description | |
---|---|---|
NVariantValueFormatter Constructor | Overloaded. |
Name | Description | |
---|---|---|
BooleanValueFormatterProperty | ||
DateTimeValueFormatterProperty | ||
General_Boolean_Category | Boolean category | |
General_DateTime_Category | DateTime category | |
General_Numeric_Category | Numeric category | |
NumericValueFormatterProperty | ||
NVariantValueFormatterSchema | Schema associated with NVariantValueFormatter |
Name | Description | |
---|---|---|
BooleanValueFormatter | Gets or sets the formatter to use to format boolean values. | |
DateTimeValueFormatter | Gets or sets the formatter to use to format date time values. | |
NumericValueFormatter | Gets or sets the formatter to use to format numeric values. |
Name | Description | |
---|---|---|
FormatValue | Overridden. Returns a string representation of the specified variant value. The value must be castable to a NVariant object, otherwise this method will throw an exception. |