Encodes an integer into a string by mapping to alpha and digits (36 chars) chars are embedded as lower case
Example: 4zx12ss
public static string Base36Encode(long value)
Parameters
value
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic