Utf8Parser 클래스

정의

Utf8 문자열을 일반 데이터 형식으로 구문 분석하는 정적 메서드를 제공합니다.

public ref class Utf8Parser abstract sealed
public static class Utf8Parser
type Utf8Parser = class
Public Class Utf8Parser
상속
Utf8Parser

메서드

TryParse(ReadOnlySpan<Byte>, Boolean, Int32, Char)

Utf8 문자열 시작 시 Boolean를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Byte, Int32, Char)

Utf8 문자열 시작 시 Byte를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, DateTime, Int32, Char)

Utf8 문자열 시작 시 DateTime를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, DateTimeOffset, Int32, Char)

Utf8 문자열 시작 시 DateTimeOffset를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Decimal, Int32, Char)

Utf8 문자열 시작 시 Decimal를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Double, Int32, Char)

Utf8 문자열 시작 시 Double를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Guid, Int32, Char)

Utf8 문자열 시작 시 Guid를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Int16, Int32, Char)

Utf8 문자열 시작 시 Int16를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Int32, Int32, Char)

Utf8 문자열 시작 시 Int32를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Int64, Int32, Char)

Utf8 문자열 시작 시 Int64를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, SByte, Int32, Char)

Utf8 문자열 시작 시 SByte를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, Single, Int32, Char)

Utf8 문자열 시작 시 Single를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, TimeSpan, Int32, Char)

Utf8 문자열 시작 시 TimeSpan를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, UInt16, Int32, Char)

Utf8 문자열 시작 시 UInt16를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, UInt32, Int32, Char)

Utf8 문자열 시작 시 UInt32를 구문 분석합니다.

TryParse(ReadOnlySpan<Byte>, UInt64, Int32, Char)

Utf8 문자열 시작 시 UInt64를 구문 분석합니다.

적용 대상