ID3-Sync Scripting API

ID3v1.GetGenreName Method 

Get genre name by id.

[Visual Basic]
Public Shared Function GetGenreName( _
   ByVal id As Byte _
) As String
[C#]
public static string GetGenreName(
   byte id
);

Parameters

id
The byte that identifies the genre in the ID3v1 tag.

Return Value

The name of the genre as string or an empty string if the id was invalid.

See Also

ID3v1 Class | ID3Sync.IO Namespace