ComplexNumberParse(String, NumberStyles, IFormatProvider) Method

[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"]

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.160 -- Release Build+79afb0c87bd1bdc550b0321e3623ddc7648c3bfe
public static ComplexNumber Parse(
	string s,
	NumberStyles style,
	IFormatProvider? provider
)

Parameters

s  String

[Missing <param name="s"/> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"]

style  NumberStyles

[Missing <param name="style"/> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"]

provider  IFormatProvider

[Missing <param name="provider"/> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"]

Return Value

ComplexNumber

[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)"]

Implements

INumberBaseTSelfParse(String, NumberStyles, IFormatProvider)

See Also