Click or drag to resize

UnitToString Method

Gets the String representation of this Unit.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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