mscorlib(4.0.0.0) API with additions
DigitShapes.cs
2 
3 namespace System.Globalization
4 {
7  [ComVisible(true)]
8  public enum DigitShapes
9  {
11  Context,
13  None,
16  }
17 }
Definition: __Canon.cs:3
DigitShapes
Specifies the culture-specific display of digits.
Definition: DigitShapes.cs:8
Specifies that the class can be serialized.
The digit shape is the native equivalent of the digits from 0 through 9. ASCII digits from 0 through ...
The digit shape depends on the previous text in the same output. European digits follow Latin scripts...