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
Parameters
-
descriptor
- The descriptor of the comment frame.
-
language
- The language of the comment frame.
Return Value
The comment string.
Exceptions
See Also
ID3v2 Class | ID3Sync.IO Namespace