[System.Runtime.CompilerServices.Extension()] public static System.bool TryToComplex32( System.string value, System.IFormatProvider formatProvider, out Complex32 result )
Parameters
- value
- A string containing a complex number to convert.
- formatProvider
- An System.IFormatProvider that supplies culture-specific formatting information about value.
- result
- The parsed value.
Return Value
If the conversion succeeds, the result will contain a complex number equivalent to value. Otherwise the result will contain Complex.Zero. This parameter is passed uninitialized.