|
76 | 76 |
|
77 | 77 | The following table lists the composite number styles and indicates which individual field flags they include. A "1" in a cell indicates that the composite number style includes the individual number style in that row. A "0" indicates that the composite number style does not include the individual number style.
|
78 | 78 |
|
79 |
| -||Any|Currency|Float|Integer|Number|HexNumber| |
80 |
| -|-|---------|--------------|-----------|-------------|------------|---------------| |
81 |
| -|AllowHexSpecifier (0x0200)|0|0|0|0|0|1| |
82 |
| -|AllowCurrencySymbol (0x0100)|1|1|0|0|0|0| |
83 |
| -|AllowExponent (0x0080)|1|0|1|0|0|0| |
84 |
| -|AllowThousands (0x0040)|1|1|0|0|1|0| |
85 |
| -|AllowDecimalPoint (0x0020)|1|1|1|0|1|0| |
86 |
| -|AllowParentheses (0x0010)|1|1|0|0|0|0| |
87 |
| -|AllowTrailingSign (0x0008)|1|1|0|0|1|0| |
88 |
| -|AllowLeadingSign (0x0004)|1|1|1|1|1|0| |
89 |
| -|AllowTrailingWhite (0x0002)|1|1|1|1|1|1| |
90 |
| -|AllowLeadingWhite (0x0001)|1|1|1|1|1|1| |
91 |
| -||(0x1ff)|(0x17f)|(0x0a7)|(0x007)|(0x06f)|(0x203)| |
| 79 | +||Any|Currency|Float|Integer|Number|HexNumber|BinaryNumber| |
| 80 | +|-|---------|--------------|-----------|-------------|------------|---------------|---------------| |
| 81 | +|AllowBinarySpecifier (0x0400)|0|0|0|0|0|0|1| |
| 82 | +|AllowHexSpecifier (0x0200)|0|0|0|0|0|1|0| |
| 83 | +|AllowCurrencySymbol (0x0100)|1|1|0|0|0|0|0| |
| 84 | +|AllowExponent (0x0080)|1|0|1|0|0|0|0| |
| 85 | +|AllowThousands (0x0040)|1|1|0|0|1|0|0| |
| 86 | +|AllowDecimalPoint (0x0020)|1|1|1|0|1|0|0| |
| 87 | +|AllowParentheses (0x0010)|1|1|0|0|0|0|0| |
| 88 | +|AllowTrailingSign (0x0008)|1|1|0|0|1|0|0| |
| 89 | +|AllowLeadingSign (0x0004)|1|1|1|1|1|0|0| |
| 90 | +|AllowTrailingWhite (0x0002)|1|1|1|1|1|1|1| |
| 91 | +|AllowLeadingWhite (0x0001)|1|1|1|1|1|1|1| |
| 92 | +||(0x1ff)|(0x17f)|(0x0a7)|(0x007)|(0x06f)|(0x203)|(0x403)| |
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
|
601 | 602 | </ReturnValue>
|
602 | 603 | <MemberValue>511</MemberValue>
|
603 | 604 | <Docs>
|
604 |
| - <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</summary> |
| 605 | + <summary>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> and <see cref="F:System.Globalization.NumberStyles.AllowBinarySpecifier" /> are used. This is a composite number style.</summary> |
605 | 606 | </Docs>
|
606 | 607 | </Member>
|
607 | 608 | <Member MemberName="BinaryNumber">
|
|
0 commit comments