CompoundUnitToString Method

Gets the String representation of this CompoundUnit.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public override string ToString()

Return Value

String
A String containing the name of the Unit.

Remarks

The default implementation returns the NamePlural of FirstUnit and Name of SecondUnit.

See Also