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.

구현

적용 대상