DashboardTokenDecode - метод

Decodes a base58 encoded string into a DashboardToken object.

Definition

Пространство имён: Tessa.Dashboards.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public static DashboardToken? Decode(
	string token
)

Параметры

token  String
The base58 encoded token string.

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

DashboardToken
The decoded DashboardToken object, or if the decoding failed.

См. также