ArcFM Responder Mobile Developer Guide
Parse(String,IFormatProvider) Method






The string to parse.
An System.IFormatProvider that supplies culture-specific formatting information about s.
Parses the specified string into a FeatureID instance. Given as 1:2:3 or 1:2
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal s As System.String, _
   ByVal provider As System.IFormatProvider _
) As FeatureID
'Usage
 
Dim s As System.String
Dim provider As System.IFormatProvider
Dim value As FeatureID
 
value = FeatureID.Parse(s, provider)
public static FeatureID Parse( 
   System.string s,
   System.IFormatProvider provider
)
public function Parse( 
    s: System.String;
    provider: System.IFormatProvider
): FeatureID; static; 
public static function Parse( 
   s : System.String,
   provider : System.IFormatProvider
) : FeatureID;
public: static FeatureID* Parse( 
   System.string* s,
   System.IFormatProvider* provider
) 
public:
static FeatureID^ Parse( 
   System.String^ s,
   System.IFormatProvider^ provider
) 

Parameters

s
The string to parse.
provider
An System.IFormatProvider that supplies culture-specific formatting information about s.

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