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: DotNumericsAssembly: 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
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
Request Example
View SourceParameters
- 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