ComplexParse Method (String, IFormatProvider) |
Converts the string representation of a number in a specified style
to its Complex number equivalent.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex Parse(
string s,
IFormatProvider formatProvider
)
Public Shared Function Parse (
s As String,
formatProvider As IFormatProvider
) As Complex
public:
static Complex Parse(
String^ s,
IFormatProvider^ formatProvider
)
static member Parse :
s : string *
formatProvider : IFormatProvider -> Complex
Parameters
- s
- Type: SystemString
A string containing a number to convert.
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting
information about s.
Return Value
Type:
Complex
A
Complex number represented in the String.
See Also