Click or drag to resize

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
Syntax
public static long Base36Decode(
	string input
)

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