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的结果。

实现

适用于