Complex.Parse

Complex.Parse method

Parses the specified s into a Complex.

public static Complex Parse(string s)
ParameterTypeDescription
sStringThe s value.

Return Value

The complex number.

Exceptions

exceptioncondition
FormatExceptionString representation of the complex number is not correctly formatted.

See Also