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

Attempts to parse given key's value as a boolean. Throws a FormatException on failure.

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

Syntax

   
 C# 
public static bool Enabled(
	this ConfigKey key
)

Parameters

key
ConfigKey

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConfigKey. When you use instance method syntax to call this method, omit the first parameter.

See Also