BaseGridColumn.ToJson Method
Serializes this object to the JavaScript Object Notation (JSON).
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ToJson ( _
s As Serializer _
) As String
'Usage
Dim instance As BaseGridColumn
Dim s As Serializer
Dim returnValue As String
returnValue = instance.ToJson(s)
public string ToJson(
Serializer s
)
Parameters
s
Type: Microsoft.SharePoint.JsonUtilities.SerializerAn object representing the data to be serialized.
Return Value
Type: System.String
Returns String.
Implements
IJsonSerializable.ToJson(Serializer)