Click or drag to resize
ComplexParse Method (String)
Converts the string representation of a number in a specified style to its Complex number equivalent.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex Parse(
	string s
)

Parameters

s
Type: SystemString
A string containing a number to convert.

Return Value

Type: Complex
A Complex number represented in the String.
See Also