Visual Basic (Declaration) | |
---|---|
Public Property DataGridFormatString As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string DataGridFormatString {get; set;} |
See 'Formatting Types' in your msdn documentation for a complete list of options.
Some shortcuts are also provided for specific settings including "C" or "currency" , "E" or "scientific" , "F" or "fixed" , "G" or "general" and "N,2" for normal and the number after the comma determines the number of decimal places.
Some shortcuts are also provided for specific settings including "C" or "currency" , "E" or "scientific" , "F" or "fixed" , "G" or "general" and "N,2" for normal and the number after the comma determines the number of decimal places.