Complex32ToString(IFormatProvider) Method |
Converts the value of the current complex number to its equivalent string representation
in Cartesian form by using the specified culture-specific formatting information.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string ToString(
IFormatProvider provider
)
Parameters
- 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
provider.
See Also