DashboardTokenDecode - метод

Decodes a base58 encoded string into a DashboardToken object.

Definition

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

Параметры

token  String
The base58 encoded token string.

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

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

См. также