Keyoti RapidSpell Web .NET Help Docs
ToObject<(Of <(<'T>)>)> Method (json, param)
API DocumentationKeyoti.RapidSpell.fastJSONJSONToObject<(Of <<'(T>)>>)(String, JSONParameters)
Keyoti RapidSpell Web .NET
Create a typed generic object from the json with parameter override on this call
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static T ToObject<T>(
	string json,
	JSONParameters param
)
public static T ToObject<T>(
	string json,
	JSONParameters param
)
Public Shared Function ToObject(Of T) ( 
	json As String,
	param As JSONParameters
) As T
Public Shared Function ToObject(Of T) ( 
	json As String,
	param As JSONParameters
) As T
public:
generic<typename T>
static T ToObject(
	String^ json, 
	JSONParameters^ param
)
public:
generic<typename T>
static T ToObject(
	String^ json, 
	JSONParameters^ param
)
static member ToObject : 
        json : string * 
        param : JSONParameters -> 'T 
static member ToObject : 
        json : string * 
        param : JSONParameters -> 'T 
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Keyoti.RapidSpell.fastJSON.JSON.ToObject``1(System.String,Keyoti.RapidSpell.fastJSON.JSONParameters)"]

Parameters
json (String)
param (JSONParameters)
Return Value
T

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