ESRI.ArcGIS.ADF.Web
Parse Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > Choice Class : Parse Method




value
The string representation of the choice.
Creates a choice from string.

Syntax

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

Parameters

value
The string representation of the choice.

Return Value

A choice.

See Also

© 2010 All Rights Reserved.