Spread Windows Forms 10.0 Product Documentation
NumberLeadingZero Property (IRegionalSettings)


Gets or sets whether to display a leading zero in float numbers.
Syntax
'Declaration
 
Property NumberLeadingZero As Integer
'Usage
 
Dim instance As IRegionalSettings
Dim value As Integer
 
instance.NumberLeadingZero = value
 
value = instance.NumberLeadingZero
int NumberLeadingZero {get; set;}

Property Value

Integer number for 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 the following properties:

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members
NumberDecimalDigits Property
NumberGroupSeparator Property
NumberGroupSize Property
NumberNegativePattern Property
DecimalSeparator Property

 

 


Copyright © GrapeCity, inc. All rights reserved.