Spread for ASP.NET 8.0 Product Documentation
NumberFormat Property (CurrencyFormatter)


Gets or sets the format information for currency values.
Syntax
'Declaration
 
Public Property NumberFormat As NumberFormatInfo
'Usage
 
Dim instance As CurrencyFormatter
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
public NumberFormatInfo NumberFormat {get; set;}

Property Value

NumberFormatInfo object containing the format information for numeric values
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CurrencyFormatter Class
CurrencyFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.