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, IFormatProvider formatProvider ) |
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ s As String, _ formatProvider As IFormatProvider _ ) As Complex |
Visual C++ |
---|
public: static Complex Parse( String^ s, IFormatProvider^ formatProvider ) |
Parameters
- s
- Type: System..::.String
A string containing a number to convert.
- formatProvider
- Type: System..::.IFormatProvider
An IFormatProvider that supplies culture-specific formatting information about s.