BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTVersion Property

BASS.NET API for the Un4seen BASS Audio Library
The version of the cart data structure (4 characters).

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public string Version { get; set; }

Property Value

Type: String
Remarks

The first two numbers shall give the major release level (with leading 0) from 00 to 99 and the last two shall give the revision level (with leading 0) in the range of 00 to 99. The version number of the cart data structure as described in this document shall be version 1.01, and thus is represented by the string 0101.
See Also

Reference