Format:
Recent snippets matching tags of z-base32
private static String base32Chars = "ybndrfg8ejkmcpqxot1uwisza345h769"; private void Test() { RandomNumberGenerator rng = RandomNumberGenerator.Create(); byte[] randomBytes = new byte[7]; string uniqueID = string.Empty; uniqueID = Base32Encode(randomBytes); }
519 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
