Overload | Description |
---|---|
TryParse(String,Complex32) | Converts the string representation of a complex number to a single-precision complex number equivalent. A return value indicates whether the conversion succeeded or failed. |
TryParse(String,IFormatProvider,Complex32) | Converts the string representation of a complex number to single-precision complex number equivalent. A return value indicates whether the conversion succeeded or failed. |