Get char from decoder

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static char getChar(
	ASDecoderBase decoder
)
Visual Basic
Public Shared Function getChar ( _
	decoder As ASDecoderBase _
) As Char
Visual C++
public:
static wchar_t getChar(
	ASDecoderBase^ decoder
)

Return Value

The character

See Also