| IReadOnlyAttributeAsInt Method |
| Name | Description | |
|---|---|---|
| AsInt | Value converted to a nullable int.
If the value cannot be converted, an exception is thrown | |
| AsInt(Int32) | Value converted to a int using the default value if null.
If the value cannot be converted, an exception is thrown |