Neokernel API

Props.getBoolean Method

Returns the boolean value of the requested property

public virtual bool getBoolean(
   string key
);

Parameters

key
the name of the property to process and retrieve.

Return Value

the boolean value of the requested property.

See Also

Props Class | com.neokernel.props Namespace