Skip to content

Duration.ToString

Chanan edited this page Aug 15, 2020 · 1 revision

Duration.ToString Method

Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll


Summary

Returns a string representation of the given duration in the form of 'numerator / denominator'.


Returns

A string representation of the given duration in the form of 'numerator / denominator.


Source Code

public override string ToString() => $"{Numerator}/{Denominator}";
  • Home
  • Getting Started
  • Design
    • Business Logical Layer (CW.Soloist.CompositionService)
    • Data Access Layer
    • Presentation Layer
Clone this wiki locally