Boolean.IParsable<Boolean>.Parse(String, IFormatProvider) 方法

定義

將字串剖析成值。

 static bool System.IParsable<System.Boolean>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<bool>::Parse;
static bool IParsable<bool>.Parse(string s, IFormatProvider provider);
static member System.IParsable<System.Boolean>.Parse : string * IFormatProvider -> bool
 Shared Function Parse (s As String, provider As IFormatProvider) As Boolean Implements IParsable(Of Boolean).Parse

參數

s
String

要剖析的字串。

provider
IFormatProvider

一個提供關於 s的文化特定格式資訊的物件。

傳回

解析 的結果 s

實作

適用於