3.6.3 Format A Real Number


Formatting a Fixed Point Real Number


Format a Single or Double as a decimal number. If the format String is null, a default String of up to 12 characters decimal is returned using either a floating point or scientific notation.

Floating point numbers may be displayed as decimal or hexadecimal values. If a Fraction field is given, a mantissa is optional


Formatting Scientific Decimal Real Values


Scientific Hexadecimal Real Value Format


Hexadecimal floating point numbers are written using scientific notation. The mantissa has an optional sign, an optional literal, and "1." followed by a hexadecimal fractional part. The exponent field is reqired and is two raised to the power of a signed hexadecimal integer.



Format an Integer Number

Procedure File Syntax