Spread Windows Forms 6.0 Product Documentation
NumberLeadingZero Property
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : NumberLeadingZero Property


Glossary Item Box

Gets or sets whether to display a leading zero in floating-point numbers.

Syntax

Visual Basic (Declaration) 
Public Property NumberLeadingZero As Integer
Visual Basic (Usage)Copy Code
Dim instance As RegionalSettings
Dim value As Integer
 
instance.NumberLeadingZero = value
 
value = instance.NumberLeadingZero
C# 
public int NumberLeadingZero {get; set;}

Property Value

Integer number specifying a leading zero for numeric values

Remarks

When the NumberLeadingZero property is set to 1, numeric controls display a leading zero for values less than 1.0 and greater than -1.0, for example, "-0.21".

Note: The value zero always displays a leading zero.

Specify other number formatting by setting these properties:

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.