Click or drag to resize

SFSArrayNewFromJsonData Method

Returns a new ISFSArray instance.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static ISFSArray NewFromJsonData(
	string js
)

Parameters

js
Type: SystemString
The JSON representation of a SFSArray.

Return Value

Type: ISFSArray
A new ISFSArray instance.
Remarks
This is an alternative static constructor that builds an ISFSArray from a valid JSON string representation.
This method is not available under Universal Windows Platform.
See Also