Returns the value of the NBElement passed in after first converting it to a Byte Array if required with the specified format.
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.
- format
- Type:
System String
The format specifier for the convertion.
Return Value
Type:The current element's value converted to a ByteArray data type using the specified format.
Exceptions
| Exception | Condition |
|---|---|
| Thrown if the value can not be converted to a ByteArray using specified format. |
Remarks
See Also