ID3-Sync Scripting API

Config.GetString Method 

Retrieve the string value of a key.

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

Parameters

key
The key whose value should be retrieved.

Return Value

The value of the key of an empty string if the key does not exist.

See Also

Config Class | ID3Sync.IO Namespace