Name | Description | |
---|---|---|
![]() | NBooleanValueFormatter Constructor | Overloaded. |
The following tables list the members exposed by NBooleanValueFormatter.
Name | Description | |
---|---|---|
![]() | NBooleanValueFormatter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | FalseStringProperty | |
![]() ![]() | NBooleanValueFormatterSchema | Schema associated with NBooleanValueFormatter |
![]() ![]() | TrueStringProperty |
Name | Description | |
---|---|---|
![]() | FalseString | Gets or sets the string that represents False values. |
![]() | TrueString | Gets or sets the string that represents True values. |
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. |