Base58EncodingDecode - метод

Decode a Base58.

Definition

Пространство имён: Tessa.Tokens.Encodings
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public byte[] Decode(
	ReadOnlySpan<char> text
)

Параметры

text  ReadOnlySpanChar
Base58 encoded text.

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

Byte
Decoded bytes.

См. также