[This is preliminary documentation and is subject to change.]
Checks whether a color code is valid (checks if it's hexadecimal char).
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
public static bool IsValidColorCode(
char code
)
Return Value
True is char is valid, otherwise false
See Also