Keyoti RapidSpell Web .NET Help Docs
ToJSON Method (obj, param)
API DocumentationKeyoti.RapidSpell.fastJSONJSONToJSON(Object, JSONParameters)
Keyoti RapidSpell Web .NET
Create a json representation for an object with parameter override on this call
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string ToJSON(
	Object obj,
	JSONParameters param
)
public static string ToJSON(
	Object obj,
	JSONParameters param
)
Public Shared Function ToJSON ( 
	obj As Object,
	param As JSONParameters
) As String
Public Shared Function ToJSON ( 
	obj As Object,
	param As JSONParameters
) As String
public:
static String^ ToJSON(
	Object^ obj, 
	JSONParameters^ param
)
public:
static String^ ToJSON(
	Object^ obj, 
	JSONParameters^ param
)
static member ToJSON : 
        obj : Object * 
        param : JSONParameters -> string 
static member ToJSON : 
        obj : Object * 
        param : JSONParameters -> string 
Parameters
obj (Object)
param (JSONParameters)
Return Value
String

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