NBooleanValueFormatter Class Members
In This Topic
The following tables list the members exposed by NBooleanValueFormatter.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| FalseString | Gets or sets the string that represents False values. |
| TrueString | Gets or sets the string that represents True values. |
Top
Public Methods
| Name | Description |
| FormatValue | Overridden. Overriden to return either the TrueString or FalseString. The value must be castable to boolean, otherise this method throws an exception. |
Top
See Also