Click or drag to resize
TupleGetChar Method
Given a name, returns the char value stored in the field with that name.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract Nullable<char> GetChar(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field

Return Value

Type: NullableChar
The value of the field or null if no field with that name exists in the Tuple
See Also