SizeInBytes

ID3V2Tag.SizeInBytes property

Gets or sets the size of the audio file in bytes, excluding the ID3v2 tag, represented as a numeric string. This value is represented by the TSIZ frame.

public string SizeInBytes { get; set; }

Property Value

The size of the audio file in bytes, excluding the ID3v2 tag, represented as a numeric string.

See Also