Complex32ToString(String, IFormatProvider) Method |
Converts the value of the current complex number to its equivalent string representation
in Cartesian form by using the specified format and culture-specific format information for its real and imaginary parts.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format String
- A standard or custom numeric format string.
- provider IFormatProvider
- An object that supplies culture-specific formatting information.
Return Value
StringThe string representation of the current instance in Cartesian form, as specified by
format and
provider.
Implements
IFormattableToString(String, IFormatProvider)Exceptions See Also