ISFSArrayAddUtfString Method |
Appends a UTF-8 string (with max length of 32 KBytes) value to the end of this array.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax void AddUtfString(
string val
)
Parameters
- val
- Type: SystemString
The value to be appended to this array.
See Also