ActiveReports 11
ToString(IFormatProvider) Method

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports 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