ObjectToString(Object,IUrlResolutionService) Method
Converts object into JSON string.
public static System.string ObjectToString(
System.object ,
System.Web.UI.IUrlResolutionService
)
'Declaration
Public Overloads Shared Function ObjectToString( _
ByVal As System.Object, _
ByVal As System.Web.UI.IUrlResolutionService _
) As System.String
Parameters
- obj
- Required. Object to convert into JSON string
- urlResolutionService
- Optional. URL Resolution Service
Return Value
Javascript object notation string