ArcFM Responder Mobile Developer Guide
Parse(String) Method






The string to parse.
Parses the specified string into a FeatureID instance.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal s As System.String _
) As FeatureID
'Usage
 
Dim s As System.String
Dim value As FeatureID
 
value = FeatureID.Parse(s)
public static FeatureID Parse( 
   System.string s
)
public function Parse( 
    s: System.String
): FeatureID; static; 
public static function Parse( 
   s : System.String
) : FeatureID;
public: static FeatureID* Parse( 
   System.string* s
) 
public:
static FeatureID^ Parse( 
   System.String^ s
) 

Parameters

s
The string to parse.

Return Value

A FeatureID instance.
Exceptions
ExceptionDescription
System.FormatExceptions is not a format that can be converted to a non-global object identifier.
System.ArgumentNullExceptions is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureID Class
FeatureID Members
Overload List

Send Feedback