ComplexToString(String) Method |
Converts this instance to its equivalent string representation,
using the specified format.
Namespace: DotNumericsAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ToString(
string format
)
Public Function ToString (
format As String
) As String
Request Example
View SourceParameters
- format String
- A numeric format string.
Return Value
StringThe string representation of the value of this instance as specified by format.
See Also