Book Contents

Book Index

Next Topic

Home

Template Patterns for Numeric Formatting

Pattern

Description

9

value with the specified number of digits

0

value with leading zeros

. (period)

decimal point

, (comma)

group (thousand) separator

PR

negative value in angle brackets

S

sign anchored to number (uses locale)

L

currency symbol (uses locale)

D

decimal point (uses locale)

G

group separator (uses locale)

MI

minus sign in specified position (if number < 0)

PL

plus sign in specified position (if number > 0)

SG

plus/minus sign in specified position

RN

roman numeral (input between 1 and 3999)

TH or th

ordinal number suffix

V

shift specified number of digits (see notes)

EEEE

scientific notation (not implemented yet)

Notes