ID3-Sync Scripting API

ID3v2.LookupString Method 

Looks up a ID3v2 frame by name to read a string from it.

[Visual Basic]
Public Function LookupString( _
   ByVal name As String _
) As String
[C#]
public string LookupString(
   string name
);

Parameters

name
The name of the frame.

Return Value

The string contained in the frame.

Exceptions

Exception Type Condition
ID3v2NoFrameException Throws a ID3v2NoFrameException if no frame with this name exists.

See Also

ID3v2 Class | ID3Sync.IO Namespace