Contents

ByteCountFormatStyle.Attributed

A format style that converts byte counts into attributed strings.

Declaration

struct Attributed

Overview

Use the attributed modifier on a ByteCountFormatStyle to create a format style of this type.

The attributed strings that this fomat style creates contain attributes from the AttributeScopes.FoundationAttributes.NumberFormatAttributes attribute scope. Use these attributes to determine which runs of the attributed string represent different parts of the formatted value.

Topics

Formatting a byte count

Customizing style behavior

Accessing style properties

Modifying style locale

See Also

Creating attributed strings