ESRI.ArcGIS.ADF.Web.UI.WebControls
FromString Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > RelateContext Class : FromString Method




input
Serialized form of the object.
Deserializes the object from a string.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromString( _
   ByVal input As String _
) As RelateContext
Visual Basic (Usage)Copy Code
Dim input As String
Dim value As RelateContext
 
value = RelateContext.FromString(input)
C# 
public static RelateContext FromString( 
   string input
)

Parameters

input
Serialized form of the object.

See Also

© 2010 All Rights Reserved.