| IReadOnlyPropertyAsBoolean Method |
| Name | Description | |
|---|---|---|
| AsBoolean | Value converted to a nullable boolean.
If the value cannot be converted, an exception is thrown | |
| AsBoolean(Boolean) | Value converted to a boolean using the default value if null.
If the value cannot be converted, an exception is thrown |