ILNumerics Ultimate VS

fcomplexParse Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Converts the string text containing a complex number into the complex number.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static fcomplex Parse(
	string text,
	NumberStyles style,
	CultureInfo culture
)

Parameters

text
Type: SystemString
String representation of the complex number.
style
Type: System.GlobalizationNumberStyles
Number style used for parsing individual parts (real, imag).
culture
Type: System.GlobalizationCultureInfo
The culture determining separators and floating point formats.

Return Value

Type: fcomplex
The complex number.
Exceptions

ExceptionCondition
FormatExceptionif the string is in an invalid format and/or cannot be converted.
Remarks

[ILNumerics Core Module]

See Also

Reference