Miner.Responder.Shared.DataTransferObjects Namespace > FeatureID Class > Parse Method : Parse(String,IFormatProvider) Method |
'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: static FeatureID^ Parse( 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