Megadocs 0.0.1
All of megapop's internal libraries
Megapop.MegaCore.GenerateId Class Reference

Static Public Member Functions

static string Base64String (int length)
 Generates a base 64 string ID with a given length. This is not guaranteed to be unique. More...
 
static string AlphaNumericString (int length)
 Generates an alpha numeric string ID with a given length. This is not guaranteed to be unique. More...
 

Member Function Documentation

◆ AlphaNumericString()

static string Megapop.MegaCore.GenerateId.AlphaNumericString ( int  length)
inlinestatic

Generates an alpha numeric string ID with a given length. This is not guaranteed to be unique.

◆ Base64String()

static string Megapop.MegaCore.GenerateId.Base64String ( int  length)
inlinestatic

Generates a base 64 string ID with a given length. This is not guaranteed to be unique.


The documentation for this class was generated from the following file: