DashboardTokenEncode(DashboardToken) - метод
Encodes the token into a base58 string representation.
Пространство имён: Tessa.Dashboards.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public static string Encode(
DashboardToken token
)
Public Shared Function Encode (
token As DashboardToken
) As String
public:
static String^ Encode(
DashboardToken^ token
)
static member Encode :
token : DashboardToken -> string
- token DashboardToken
- The DashboardToken object to encode.
StringThe
base58 encoded string representing the token.