BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageToString Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the Message data buffer as a string.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public override string ToString()

Return Value

Type: String
The string representation of the Midi data in the data buffer as hexadecimal values.
Remarks

If no Message to the data buffer exists will be returned. If the MessageLength is zero an empty string will be returned - else a hexadecimal representation of the byte array of the data will be returned, e.g. "F0 41 00 ... F7".
See Also

Reference