The cast operator method retrieves the value of the NBElement and explicitly casts it to a Nullable<Int32> value.


- value (NBElement)
- The Object representing the value of the element.

The current element.

Exception | Condition |
---|---|
FormatException |
Thrown if the value can not be converted to a Nullable<Int32>.
|