Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes objects 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 Hyperlink
Dim s As Serializer
Dim returnValue As String
returnValue = instance.ToJson(s)
public string ToJson(
Serializer s
)
Parameters
Return Value
Type: System.String
Returns String.
Implements
IJsonSerializable.ToJson(Serializer)