Miner.Responder.Shared.DataTransferObjects Namespace > FeatureID Class : ParseVerbose Method |
'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 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 )
Exception | Description |
---|---|
System.FormatException | s is not a format that can be converted to a non-global object identifier. |
System.ArgumentNullException | s is null. |
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