ArcFM Responder Mobile Developer Guide
ParseVerbose 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 [FCID=1][OID=2][SUBID=3]
Syntax
'Declaration
 
Public Shared Function ParseVerbose( _
   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.ParseVerbose(s, provider)
public static FeatureID ParseVerbose( 
   System.string s,
   System.IFormatProvider provider
)
public function ParseVerbose( 
    s: System.String;
    provider: System.IFormatProvider
): FeatureID; static; 
public static function ParseVerbose( 
   s : System.String,
   provider : System.IFormatProvider
) : FeatureID;
public: static FeatureID* ParseVerbose( 
   System.string* s,
   System.IFormatProvider* provider
) 
public:
static FeatureID^ ParseVerbose( 
   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

Send Feedback