Complex.TryParse

Complex.TryParse method

Tries to parse the specified s into a Complex.

public static bool TryParse(string s, out Complex result)
ParameterTypeDescription
sStringThe s value.
resultComplex&The result.

Return Value

True, if the complex number is parsed.

See Also