DataGridTextCellToString(String, IFormatProvider) Method

Formats the value of this cell with specified format and format provider.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format  String
Specifies format of the string.
formatProvider  IFormatProvider
Format Provider for the string.

Return Value

String
Formatted string.

Implements

IFormattableToString(String, IFormatProvider)

See Also