[This is preliminary documentation and is subject to change.]

Checks whether a color code is valid (checks if it's hexadecimal char).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool IsValidColorCode(
	char code
)

Parameters

code
Char

[Missing <param name="code"/> documentation for "M:fCraft.Color.IsValidColorCode(System.Char)"]

Return Value

True is char is valid, otherwise false

See Also