DashboardTokenDecode - метод

Decodes a base58 encoded string into a DashboardToken object.

Definition

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

Параметры

token  String
The base58 encoded token string.

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

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

См. также