Click or drag to resize

SFSObjectNewFromJsonData Method

Returns a new ISFSObject instance.

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

Parameters

js
Type: SystemString
The JSON representation of a SFSObject.

Return Value

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