Click or drag to resize

SFSObjectGetUtfString Method

Returns the element corresponding to the specified key as an UTF-8 string, with max length of 32 KBytes.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public virtual string GetUtfString(
	string key
)

Parameters

key
Type: SystemString
The key whose associated value is to be returned.

Return Value

Type: String
The element of this object associated with the specified key; null if a mapping for the passed key doesn't exist.

Implements

ISFSObjectGetUtfString(String)
See Also