ID3-Sync Scripting API

Config.GetBool Method 

Retrieve the bool value of a key.

[Visual Basic]
Public Shared Function GetBool( _
   ByVal key As String _
) As Boolean
[C#]
public static bool GetBool(
   string key
);

Parameters

key
The key whose value should be retrieved.

Return Value

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

See Also

Config Class | ID3Sync.IO Namespace