ComplexNumberTryParse(String, IFormatProvider, ComplexNumber) Method

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

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public static bool TryParse(
	string? s,
	IFormatProvider? provider,
	out ComplexNumber? result
)

Parameters

s  String

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

provider  IFormatProvider

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

result  ComplexNumber

[Missing <param name="result"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryParse(System.String,System.IFormatProvider,Gemstone.Numeric.ComplexNumber@)"]

Return Value

Boolean

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

Implements

IParsableTSelfTryParse(String, IFormatProvider, TSelf)

See Also