Get the byte at the specified position

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 byte GetData(
	int position
)
Visual Basic
Public Function GetData ( _
	position As Integer _
) As Byte
Visual C++
public:
unsigned char GetData(
	int position
)

Parameters

position
Type: System..::..Int32
The position

Return Value

The byte

See Also