ID3-Sync Scripting API

Config.GetInt Method 

Retrieve the integer value of a key.

[Visual Basic]
Public Shared Function GetInt( _
   ByVal key As String _
) As Integer
[C#]
public static int GetInt(
   string key
);

Parameters

key
The key whose value should be retrieved.

Return Value

The value of the key or 0 if the key does not exist.

See Also

Config Class | ID3Sync.IO Namespace