CTI32 Engine Class Library

XmlConfigFile.GetValueInt Method (String, Int32, String)

Get Integer Value with root being the Xth Item

[Visual Basic]
Overloads Public Function GetValueInt( _
   ByVal root As String, _
   ByVal index As Integer, _
   ByVal name As String _
) As Integer
[C#]
public int GetValueInt(
   string root,
   int index,
   string name
);

Parameters

root
Name of root node to search
index
which occurance
name
name of element whose value you want

Return Value

value if successful -1=not found

See Also

XmlConfigFile Class | CTI32Engine Namespace | XmlConfigFile.GetValueInt Overload List