public method Weight.ToString

Brief

Convert the value to string using specified unit of measure and parameters.

Declaration
C#
string  ToString (Weight.Unit unit, bool groupThousands, int precision)

Parameters
unit

The unit of measure.

groupThousands

The flag indicating whether the thousands shall be separated.

precision

The precision of the value.

Declared in Weight

back