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.0.0

Syntax

C#
public static Complex Parse(
	string s
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	s As String _
) As Complex
Visual C++
public:
static Complex Parse(
	String^ s
)

Parameters

s
Type: System..::.String
A string containing a number to convert.

Return Value

A Complex number represented in the String.

See Also