Version

NumberFormat Class Members

The following tables list the members exposed by NumberFormat.

Public Constructors
 NameDescription
Public ConstructorNumberFormat ConstructorCreates a new NumberFormat instance representing a custom format.  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Bulleta bullet symbol  
Public Propertystatic (Shared in Visual Basic)CardinalTextOne, Two, Three etc.  
Public PropertyCustomFormatGets the custom number format or null if it is a standard format.  
Public Propertystatic (Shared in Visual Basic)DecimalDecimal numbers  
Public Propertystatic (Shared in Visual Basic)DecimalEnclosedFullstopDecimal numbers followed by a period.  
Public Propertystatic (Shared in Visual Basic)DecimalEnclosedParenDecimal numbers enclosed in parentheses.  
Public PropertyIsCustomGets the value indicating whether the number format is a custom format.  
Public Propertystatic (Shared in Visual Basic)LowerLetterLowecase letters, e.g. a, b, c, d etc.  
Public Propertystatic (Shared in Visual Basic)LowerRomanLowercase roman numerals, e.g. i, ii, iii, iv etc.  
Public Propertystatic (Shared in Visual Basic)Ordinal1st, 2nd, 3rd etc.  
Public Propertystatic (Shared in Visual Basic)OrdinalTextFirst, Second, Third etc.  
Public PropertyTypeGets the type of number format.  
Public Propertystatic (Shared in Visual Basic)UpperLetterUppercase letters, e.g. A, B, C, D etc.  
Public Propertystatic (Shared in Visual Basic)UpperRomanUppercase roman numerals, e.g. I, II, III, IV etc.  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the NumberFormat is equal to the specified object.  
Public MethodGetHashCodeGets the hash code for the NumberFormat.  
Public Methodstatic (Shared in Visual Basic)GetNumberFormatGets the NumberFormat instance representing the specified number format.  
Public MethodToStringGets the string representation of the NumberFormat.  
See Also