Click or drag to resize

NumericStandardFormat Enumeration


Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public enum NumericStandardFormat
Members
Member nameValueDescription
Default0 
Custom1 
General2 
General23 
General54 
Numeric05 
Numeric16 
Numeric27 
Numeric38 
Numeric49 
Decimal10 
Decimal011 
Decimal112 
Decimal213 
Decimal314 
Decimal415 
Percentage016 
Percentage117 
Percentage218 
Currency019 
Currency220 
Exponential21 
Exponential222 
Fixedpoint23 
Fixedpoint224 
Hexadecimal25 
Hexadecimal826 
See Also