How can I display the string with value: 12345678 to the user in a datagridview cell as: 1234/56/78.
I think I should use the DefaultCellStyle.Format property of the DataGridViewColumn, But I don’t know what the appropriate value is.
I’m using .NET Framework 2.0
How can I display the string with value: 12345678 to the user in a
Share
1 Answer