Skip to main content

Auki::ConjureKit::Manna::LighthouseCharacterChecker

Public Functions

Name
boolCheckCharactersRange(string inputString, ICollection< char > allowedCharacters)

Public Attributes

Name
readonly char[]HexadecimalCharacters
readonly char[]StaticLighthouseIdAllowedCharacters

Public Functions Documentation

function CheckCharactersRange

static bool CheckCharactersRange(
string inputString,
ICollection< char > allowedCharacters
)

Public Attributes Documentation

variable HexadecimalCharacters

static readonly char[] HexadecimalCharacters =
{
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'
};

variable StaticLighthouseIdAllowedCharacters

static readonly char[] StaticLighthouseIdAllowedCharacters =
{
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'
};