Express a Complex as a string literal.
Syntax
C# |
---|
public string ToString( string format, IFormatProvider provider ) |
Visual Basic |
---|
Public Function ToString ( _ format As String, _ provider As IFormatProvider _ ) As String |
Visual C++ |
---|
public: virtual String^ ToString( String^ format, IFormatProvider^ provider ) sealed |
F# |
---|
abstract ToString : format : string * provider : IFormatProvider -> string override ToString : format : string * provider : IFormatProvider -> string |
Parameters
- format
- Type: System..::..String
[Missing <param name="format"/> documentation for "M:NagLibrary.Complex.ToString(System.String,System.IFormatProvider)"]
- provider
- Type: System..::..IFormatProvider
[Missing <param name="provider"/> documentation for "M:NagLibrary.Complex.ToString(System.String,System.IFormatProvider)"]