StringDigitSubstitute

StringDigitSubstitute serializable

System.Drawing (system.drawing.dll) enum

This enumeration is used by the StringFormat class when you need to render digits in a font that doesn't provide those digits (typically non-Western language fonts). You can choose between official National standards, Traditional methods , or no substitution. There is also the option of a User substitution scheme, but the framework does not expose the same detailed degree of control over font substitution as is available in the Platform SDK internationalization services (e.g., UniScribe).

 public enum  StringDigitSubstitute  {  User = 0  ,  None = 1  ,  National = 2  ,  Traditional = 3  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) StringDigitSubstitute

Returned By

StringFormat.DigitSubstitutionMethod

Passed To

StringFormat.SetDigitSubstitution()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net