Click or drag to resize

SFSArrayGetByte Method

Returns the element at the specified position as a signed byte (8 bits).

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public virtual byte GetByte(
	int index
)

Parameters

index
Type: SystemInt32
The position of the element to return.

Return Value

Type: Byte
The element of this array at the specified index.

Implements

ISFSArrayGetByte(Int32)
See Also