G Guest Jan 28, 2005 #1 In a DataGrid, how can I format a numeric field of a databound field to 999.999?
K Ken Cox [Microsoft MVP] Jan 28, 2005 #2 You can use a custom formatting string: intNum.ToString("######.000") http://msdn.microsoft.com/library/e...ericformatstringsoutputexample.asp?frame=true
You can use a custom formatting string: intNum.ToString("######.000") http://msdn.microsoft.com/library/e...ericformatstringsoutputexample.asp?frame=true