 | StringUtilsBase36Decode Method |
Decodes a base36 encoded string to an integer
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static long Base36Decode(
string input
)
Public Shared Function Base36Decode (
input As String
) As Long
public:
static long long Base36Decode(
String^ input
)
static member Base36Decode :
input : string -> int64
Parameters
- input
- Type: SystemString
[Missing <param name="input"/> documentation for "M:Koden.Utils.StringUtils.Base36Decode(System.String)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:Koden.Utils.StringUtils.Base36Decode(System.String)"]
See Also