ActiveReports 11
ToString(String,IFormatProvider) Method

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

Parameters

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

Reference

Variant Structure
Variant Members
Overload List