Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- value
- Type: IBM.Broker.Plugin NBElement
The element whose value is to be converted.
Return Value
Type:The current element's value converted to a Nullable<Int32> data type.
Exceptions
| Exception | Condition |
|---|---|
| Thrown if the value can not be converted to a Nullable<Int32> element. |
See Also