Format Flashcards
Field Type Characters
convert argument as a binary number
b
Field Type Characters
equivalent to b
, but uses an uppercase 0B for prefix | in the alternative format by #
B
Field Type Characters
convert argument as a decimal number
d
Field Type Characters
identical to d
i
u
Field Type Characters
convert argument as an octal number
o
Field Type Characters
convert argument as a hexadecimal number
x
Field Type Characters
equivalent to x
, but uses uppercase letters
X
Field Type Characters
convert floating sequel_persistencepoint argument into exponential notation with one digit before the decimal point as [-]d.dddddde[+-]dd; the precision specifies the number of digits after the decimal | point (defaulting to six)
e
Field Type Characters
equivalent to e
, but uses an uppercase E to indicate the exponent
E
Field Type Characters
convert floating point argument as [-]ddd.dddddd, where the precision specifies the number of digits after the decimal point
f
Field Type Characters
convert a floating point number using exponential form if the exponent is less than -4 or greater than or equal to the precision, or in dd.dddd form otherwise; the precision specifies the number of significant digits
g
Field Type Characters
equivalent to g
, but use an uppercase E
in exponent form
G
Field Type Characters
convert floating point argument as [-]0xh.hhhhp[+-]dd, which is consisted from optional sign, “0x”, fraction part as hexadecimal, “p”, and exponential part as decimal
a
Field Type Characters
equivalent to a
, but use uppercase X
and P
A
Field Type Characters
argument is the numeric code for a single character or a single character string itself
c