Keyoti RapidSpell Web .NET Help Docs
ToObject Method (json, type)
API DocumentationKeyoti.RapidSpell.fastJSONJSONToObject(String, Type)
Keyoti RapidSpell Web .NET
Create an object of type from the json
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static Object ToObject(
	string json,
	Type type
)
public static Object ToObject(
	string json,
	Type type
)
Public Shared Function ToObject ( 
	json As String,
	type As Type
) As Object
Public Shared Function ToObject ( 
	json As String,
	type As Type
) As Object
public:
static Object^ ToObject(
	String^ json, 
	Type^ type
)
public:
static Object^ ToObject(
	String^ json, 
	Type^ type
)
static member ToObject : 
        json : string * 
        type : Type -> Object 
static member ToObject : 
        json : string * 
        type : Type -> Object 
Parameters
json (String)
type (Type)
Return Value
Object

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331