MassToString Method

Gets the string representation of this Mass.

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 Value and Unit.

Remarks

The default format is the numeric format string g, in which he number is converted to the most compact of either fixed-point or scientific notation, depending on the type of the number and whether a precision specifier is present.

See Also