A MIDI Library for .NET

Note.ToString Method

ToString returns the note name.

public override string ToString();

Return Value

The note name with '#' for sharp and 'b' for flat. For example, "G", "A#", "Cb", "Fbb".

See Also

Note Class | Midi Namespace