Click or drag to resize

MassToString Method

Gets the string representation of this Mass.

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 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