INumberBase<TSelf>.IUtf8SpanParsable<TSelf>.Parse メソッド

定義

UTF-8 文字のスパンを値に解析します。

 static TSelf System.IUtf8SpanParsable<TSelf>.Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider) = IUtf8SpanParsable<TSelf>::Parse;
static TSelf IUtf8SpanParsable<TSelf>.Parse (ReadOnlySpan<byte> utf8Text, IFormatProvider provider);
static member System.IUtf8SpanParsable<TSelf>.Parse : ReadOnlySpan<byte> * IFormatProvider -> 'Self
 Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As TSelf Implements IUtf8SpanParsable(Of TSelf).Parse

パラメーター

utf8Text
ReadOnlySpan<Byte>

解析する UTF-8 文字のスパン。

provider
IFormatProvider

utf8Text に関するカルチャ固有の書式情報を提供するオブジェクト。

戻り値

TSelf

を解析した utf8Text結果。

実装

適用対象