ComplexNumberTryFormat Method

[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public bool TryFormat(
	Span<char> destination,
	out int charsWritten,
	ReadOnlySpan<char> format,
	IFormatProvider? provider
)

Parameters

destination  SpanChar

[Missing <param name="destination"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

charsWritten  Int32

[Missing <param name="charsWritten"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

format  ReadOnlySpanChar

[Missing <param name="format"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

provider  IFormatProvider

[Missing <param name="provider"/> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)"]

Implements

ISpanFormattableTryFormat(SpanChar, Int32, ReadOnlySpanChar, IFormatProvider)

See Also