DataGridTextCellToString(String, IFormatProvider) Method
Formats the value of this cell with specified format and format provider.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual string ToString(
string format,
IFormatProvider formatProvider
)
Public Overridable Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
- format String
- Specifies format of the string.
- formatProvider IFormatProvider
- Format Provider for the string.
StringFormatted string.
IFormattableToString(String, IFormatProvider)