CTI32 Engine Class Library

XmlConfigFile.GetValueBool Method

Get boolean value with root being the Xth Item

Overload List

Get boolean value with root being the Xth Item

public bool GetValueBool(string,int,string);

Returns boolean value of 1st found node of a given name

public bool GetValueBool(string,string);

Returns boolean value of 1st found node of a given name

public bool GetValueBool(string,string,bool);

See Also

XmlConfigFile Class | CTI32Engine Namespace