Base58EncodingTryDecode - метод

Decode an encoded character buffer into a pre-allocated output buffer.

Definition

Пространство имён: Tessa.Tokens.Encodings
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public bool TryDecode(
	ReadOnlySpan<char> input,
	Span<byte> output,
	out int numBytesWritten
)

Параметры

input  ReadOnlySpanChar
Encoded text.
output  SpanByte
Output buffer.
numBytesWritten  Int32
Actual number of bytes written to the output.

Возвращаемое значение

Boolean
Whether decoding was successful. If false, the value of numBytesWritten will be zero and the content of output will be undefined.

См. также