UtilEncryptionBase36Decode Method
Decodes a string using Base36 codification.
Namespace: DevCase.Core.Security.Cryptography.EncryptionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static long Base36Decode(
string str
)
Public Shared Function Base36Decode (
str As String
) As Long
Dim str As String
Dim returnValue As Long
returnValue = UtilEncryption.Base36Decode(str)
public:
static long long Base36Decode(
String^ str
)
static member Base36Decode :
str : string -> int64
No code example is currently available or this language may not be supported.
- str String
-
The string to decode.
Int64
The decoded number.
This is a code example.
No code example is currently available or this language may not be supported.
Dim decoded As String = Base36Decode("KF12OI") ' 1234567890
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.