[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]
public static bool TryParse(
	string? s,
	IFormatProvider? provider,
	out ComplexNumber? result
)Public Shared Function TryParse ( 
	s As String,
	provider As IFormatProvider,
	<OutAttribute> ByRef result As ComplexNumber
) As Booleanpublic:
static bool TryParse(
	String^ s, 
	IFormatProvider^ provider, 
	[OutAttribute] ComplexNumber% result
)Gemstone.Numeric.ComplexNumber.TryParse = function(s, provider, result);[Missing <param name="s"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]
[Missing <param name="provider"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]
[Missing <param name="result"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]
[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]