ISFSObjectGetByteArray Method |
Returns the element corresponding to the specified key as a ByteArray object.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax ByteArray GetByteArray(
string key
)
Parameters
- key
- Type: SystemString
The key whose associated value is to be returned.
Return Value
Type:
ByteArrayThe element of this object as a ByteArray object;
null if a mapping for the passed key doesn't exist.
Remarks IMPORTANT: ByteArrays transmission is not supported in Unity WebGL.
See Also