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

定义

将字符串分析为值。

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

实现

适用于