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

定义

将字符串分析为值。

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

参数

s
String

要分析的字符串。

provider
IFormatProvider

一个对象,提供有关 s 的区域性特定格式设置信息。

返回

分析 s的结果。

实现

适用于