ESRI.ArcGIS.ADF.Web
CreateFromJson(String) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic Value Class > CreateFromJson Method : CreateFromJson(String) Method




json
JSON string version of the Value object.
Creates a Value object from a JSON representation.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateFromJson( _
   ByVal json As String _
) As Value(Of T)
Visual Basic (Usage)Copy Code
Dim json As String
Dim value As Value(Of T)
 
value = Value(Of T).CreateFromJson(json)
C# 
public static Value<T> CreateFromJson( 
   string json
)

Parameters

json
JSON string version of the Value object.

Return Value

Value object.

See Also

© 2010 All Rights Reserved.