IUtf8SpanParsable<TSelf>.Parse 方法

定义

将 UTF-8 字符范围分析为值。

public:
 static TSelf Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider);
public static abstract TSelf Parse (ReadOnlySpan<byte> utf8Text, IFormatProvider? provider);
static member Parse : ReadOnlySpan<byte> * IFormatProvider -> 'Self
Public Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As TSelf

参数

utf8Text
ReadOnlySpan<Byte>

要分析的 UTF-8 字符的跨度。

provider
IFormatProvider

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

返回

TSelf

分析 utf8Text的结果。

例外

utf8Text 的格式不正确。

utf8Text 不能由 TSelf表示。

适用于