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結果。

実装

適用対象