Click or drag to resize

StringUtilsBase36Encode Method

Encodes an integer into a string by mapping to alpha and digits (36 chars) chars are embedded as lower case Example: 4zx12ss

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string Base36Encode(
	long value
)

Parameters

value
Type: SystemInt64

[Missing <param name="value"/> documentation for "M:Koden.Utils.StringUtils.Base36Encode(System.Int64)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.Base36Encode(System.Int64)"]

See Also