Version

ID3Tag.Version property

Gets the version of the ID3 tag in string format. For example: ‘ID3v1.1’.

public abstract string Version { get; }

Property Value

The ID3 version.

See Also