[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Returns the char value with the specified name.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public char GetChar(
	string name
)
Public Function GetChar ( _
	name As String _
) As Char
public:
wchar_t GetChar(
	String^ name
)

Parameters

name
Type: System..::.String
the name of the char

Return Value

The char value with the specified name. Returns null if the message does not have a field set for the name.

Exceptions

ExceptionCondition
EMSExceptionif the message could not be read due to an internal error
MessageFormatExceptionif this type conversion is invalid.

See Also