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

实现

适用于