SignificantDigitsType enumeration

SignificantDigitsType enumeration

Represents the type of significant digits for outputing numeric values.

The SignificantDigitsType type exposes the following members:

Fields

FieldDescription
DIGITS1515-digits
G1717-digits by formatting the value with “G17”.
ROUNDING1717-digits by rounding the value.

See Also