ComplexToString Method (String, IFormatProvider) |
Formats the value of the current instance using the specified format.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public string ToString(
string format,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
Parameters
- format
- Type: SystemString
The String specifying the format to use.
- formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
Return Value
Type:
String[Missing <returns> documentation for "M:Imsl.Math.Complex.ToString(System.String,System.IFormatProvider)"]
Implements
IFormattableToString(String, IFormatProvider)See Also