Click or drag to resize

ComplexToString(String, IFormatProvider) Method

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Request Example View Source

Parameters

format  String
A numeric format string.
formatProvider  IFormatProvider
An System.IFormatProvider that supplies culture-specific formatting information.

Return Value

String
The string representation of the value of this instance as specified by format and provider.

Implements

IFormattableToString(String, IFormatProvider)
See Also