Contents

number

A style for formatting 64-bit unsigned integers.

Declaration

static var number: IntegerFormatStyle<UInt64> { get }

Discussion

Use this type property when the call point allows the use of IntegerFormatStyle. You typically do this when calling the formatted methods of types that conform to BinaryInteger.

See Also

Applying numeric styles for integers