ObjectToString(Object,IUrlResolutionService,Boolean) Method
Converts object into JSON string.
public static System.string ObjectToString(
System.object ,
System.Web.UI.IUrlResolutionService ,
System.bool
)
'Declaration
Public Overloads Shared Function ObjectToString( _
ByVal As System.Object, _
ByVal As System.Web.UI.IUrlResolutionService, _
ByVal As System.Boolean _
) As System.String
Parameters
- obj
- Required. Object to convert into JSON string
- urlResolutionService
- Required. URL Resolution Service
- serializeAll
- if set to
true
writer will serialize all public properties and public fields, JsonAttribuute will be ignored.
Return Value
Javascript object notation string