[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.ToString

ToString Method

ToString(IFormatProvider)

Converts Variant to the string representation with given format provider.

Declaration
public string ToString(IFormatProvider formatProvider)
Parameters
Type Name Description
IFormatProvider formatProvider

IFormatProvider to be used in conversion.

Returns
Type Description
string

ToString()

Converts Variant to the string representation.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides

ToString(string, IFormatProvider)

Converts Variant to the string representation with specified format and format provider.

Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Type Name Description
string format

String format.

IFormatProvider formatProvider

IFormatProvider to be used in conversion.

Returns
Type Description
string
Implements