Click or drag to resize

ComplexToString(String) Method

Converts this instance to its equivalent string representation, using the specified format.

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
)
Request Example View Source

Parameters

format  String
A numeric format string.

Return Value

String
The string representation of the value of this instance as specified by format.
See Also