[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.IFormatProvider)"]
public static ComplexNumber Parse(
	string s,
	IFormatProvider? provider
)Public Shared Function Parse ( 
	s As String,
	provider As IFormatProvider
) As ComplexNumberpublic:
static ComplexNumber Parse(
	String^ s, 
	IFormatProvider^ provider
)Gemstone.Numeric.ComplexNumber.Parse = function(s, provider);[Missing <param name="s"/> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.IFormatProvider)"]
[Missing <param name="provider"/> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.IFormatProvider)"]
[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.Parse(System.String,System.IFormatProvider)"]