ESRI.ArcGIS.Mobile.Client
Convert(EditState) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace > EditStateToStringConverter Class > Convert Method : Convert(EditState) Method

editState
The edit state enumeration value.
Converts an EditState enumeration value to a string.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Convert( _
   ByVal editState As EditState _
) As String
C# 
public static string Convert( 
   EditState editState
)

Parameters

editState
The edit state enumeration value.

Return Value

The string description.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also