Returns the value of the NBElement passed in after first converting it to a Byte Array if required with the specified ccsid and encoding.
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.
- ccsid
- Type:
System Int32
The coded character set identifier of the element.
- encoding
- Type:
System Int32
The encoding of the element.
Return Value
Type:
The current element's value converted to a Byte Array data type with coded character set identifier and encoding.
Exceptions
Exception | Condition |
---|---|
![]() | Thrown if the value can not be converted to a Byte Array with the given coded character set identifier and encoding. |
See Also