Utf8JsonWriter.WriteBase64StringSegment 메서드

정의

입력 바이트를 부분 JSON 문자열로 씁니다.

public:
 void WriteBase64StringSegment(ReadOnlySpan<System::Byte> value, bool isFinalSegment);
public void WriteBase64StringSegment(ReadOnlySpan<byte> value, bool isFinalSegment);
member this.WriteBase64StringSegment : ReadOnlySpan<byte> * bool -> unit
Public Sub WriteBase64StringSegment (value As ReadOnlySpan(Of Byte), isFinalSegment As Boolean)

매개 변수

value
ReadOnlySpan<Byte>

JSON 배열의 JSON 문자열 요소로 작성할 바이트입니다.

isFinalSegment
Boolean

문자열의 마지막 세그먼트임을 나타냅니다.

예외

지정한 값이 너무 큽합니다.

유효성 검사를 사용하도록 설정하면 잘못된 JSON이 작성되거나 이전에 작성된 세그먼트(있는 경우)가 동일한 오버로드로 작성되지 않은 경우 이 오류가 발생합니다.

적용 대상