'Declaration Public Overloads Function ToString( _
ByVal formatFormat string.As System.String, _
ByVal providerFormat provider.As System.IFormatProvider _
) As System.String
public System.String ToString(
System.String format,
System.IFormatProvider provider
)
public: System.String ToString(
System.String format,
System.IFormatProvider* provider
)
public:
System.String ToString(
System.String format,
System.IFormatProvider^ provider
)
Parameters
- format
- Format string.
- provider
- Format provider.
Return Value
String with complex number.