Click or drag to resize

MassToString(String, MetricExponent) Method

Converts the numeric value of this instance to its equivalent String representation, using the specified format and metric exponent.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public string ToString(
	string? format,
	MetricExponent exponent
)

Parameters

format  String
A format string.
exponent  MetricExponent
The MetricExponent to use to create a String representation.

Return Value

String
The string representation of the value of this instance as specified by format.

Implements

IMeasurableToString(String, MetricExponent)
See Also