ActiveReports 12
ToString(IFormatProvider) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > ToString Method : ToString(IFormatProvider) Method
System.IFormatProvider to be used in conversion.
Converts Variant to the string representation with given format provider.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal formatProvider As IFormatProvider _
) As String
public string ToString( 
   IFormatProvider formatProvider
)

Parameters

formatProvider
System.IFormatProvider to be used in conversion.
See Also

Reference

Variant Structure
Variant Members
Overload List