NBElementConvert ToString Method (NBElement, Int32, Int32)IBM Integration Bus
Returns the value of the NBElement passed in after first converting it to a String if required with the specified ccsid and encoding.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static string ToString(
	NBElement value,
	int ccsid,
	int encoding
)

Return Value

Type: OnlineString
The current element's value converted to a String data type with coded character set identifier and encoding.
Exceptions

ExceptionCondition
OnlineSystem FormatExceptionThrown if the value can not be converted to a String with the given coded character set identifier and encoding.
See Also