UnitToString Method

Gets the String representation of this Unit.

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 Name of the Unit.

See Also