Click or drag to resize

ISFSObjectPutUtfString Method

Associates the passed UTF-8 string value (max length: 32 KBytes) with the specified key in this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
void PutUtfString(
	string key,
	string val
)

Parameters

key
Type: SystemString
The key with which the specified value is to be associated.
val
Type: SystemString
The value to be associated with the specified key.
See Also