Click or drag to resize

MassToString Method

Gets the string representation of this Mass.
Overload List
 NameDescription
Public methodToString Gets the string representation of this Mass.
Public methodToString(MetricExponent) Converts the numeric value of this instance to its equivalent String representation, using the metric exponent provided if appropriate to the Unit type.
Public methodToString(String) Converts the numeric value of this instance to its equivalent String representation, using the specified format.
Public methodToString(String, MetricExponent) Converts the numeric value of this instance to its equivalent String representation, using the specified format and metric exponent.
Public methodToString(String, IFormatProvider) Formats the value of the current instance using the specified format.
Public methodToString(String, MetricExponent, IFormatProvider) Formats the value of the current instance using the specified format.
Top
See Also