ID3-Sync Scripting API

ID3v2.LookupComment Method 

Looks up a ID3v2 comment frame by descriptor and language.

[Visual Basic]
Public Function LookupComment( _
   ByVal descriptor As String, _
   ByVal language As String _
) As String
[C#]
public string LookupComment(
   string descriptor,
   string language
);

Parameters

descriptor
The descriptor of the comment frame.
language
The language of the comment frame.

Return Value

The comment string.

Exceptions

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

See Also

ID3v2 Class | ID3Sync.IO Namespace