IMSL C# Numerical Library

Complex.Parse Method (String, IFormatProvider)

Converts the string representation of a number in a specified style to its Complex number equivalent.

public static Complex Parse(
   string s,
   IFormatProvider formatProvider
);

Parameters

s
A string containing a number to convert.
formatProvider
An IFormatProvider that supplies culture-specific formatting information about s.

Return Value

A Complex number represented in the String.

See Also

Complex Class | Imsl.Math Namespace | Complex.Parse Overload List