ID3-Sync Scripting API

Resource.GetString Method 

Read a specific string.

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

Parameters

key
The key of the requested string.

Return Value

The requested string.

See Also

Resource Class | ID3Sync.IO Namespace