Xceed DataGrid for Silverlight Documentation
FloatingPointFormat Property


Gets or sets the floating point format.
Syntax
'Declaration
 
Public Property FloatingPointFormat As String
'Usage
 
Dim instance As FormatSettingsBase
Dim value As String
 
instance.FloatingPointFormat = value
 
value = instance.FloatingPointFormat
public string FloatingPointFormat {get; set;}

Property Value

A string representing the format used for floating point values. By default, a null reference (Nothing in Visual Basic).
Remarks
Applies to double, float, and decimal values. NumericFormat will be used if this property is empty of a null reference (Nothing in Visual Basic) (default format of the culture). Accepted formats are described in the "Custom Numeric Format Strings" topic in MSDN.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FormatSettingsBase Class
FormatSettingsBase Members

Send Feedback