SFSArrayGetUtfStringArray Method |
Returns the element at the specified position as an array of UTF-8 strings.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public virtual string[] GetUtfStringArray(
int index
)
Parameters
- index
- Type: SystemInt32
The position of the element to return.
Return Value
Type:
StringThe element of this array as an array of UTF-8 strings.
Implements
ISFSArrayGetUtfStringArray(Int32)See Also