Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required.

C# | Visual Basic | Visual C++ | F# |

- value (NBElement)
- The element whose value is to be converted.

The current element's value converted to a Nullable<Int32> data type.

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