数値データ型のメジャーの場合、このプロパティのデフォルト値は、次の表に示すように、関連する型の理想値です。
| タイプ | 書式指定子 |
|---|---|
| System.Byte (byte) | "d" |
| System.SByte (sbyte) | "d" |
| System.Int16 (short) | "d" |
| System.Int32 (int) | "d" |
| System.Int64 (long) | "d" |
| System.UInt16 (ushort) | "d" |
| System.UInt32 (uint) | "d" |
| System.UInt64 (ulong) | "d" |
| System.Single (float) | "f" |
| System.Double (double) | "f" |
| System.Decimal (decimal) | "c" |