String.IParsable<String>.Parse(String, IFormatProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將字串剖析為值。
static System::String ^ System.IParsable<System.String>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<System::String ^>::Parse;
static string IParsable<string>.Parse (string s, IFormatProvider provider);
static member System.IParsable<System.String>.Parse : string * IFormatProvider -> string
Shared Function Parse (s As String, provider As IFormatProvider) As String Implements IParsable(Of String).Parse
參數
- s
- String
要剖析的字串。
- provider
- IFormatProvider
提供關於 s
之特定文化特性格式資訊的物件。
傳回
剖析 s
的結果。