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 public static ISFSArray NewFromJsonData(
string js
)
Parameters
- js
- Type: SystemString
The JSON representation of a SFSArray.
Return Value
Type:
ISFSArrayA 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