Skip to content

Commit

Permalink
1.0.0-rc.1700269044
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkozlenko committed Nov 18, 2023
1 parent 3091bf7 commit 28eeb1f
Show file tree
Hide file tree
Showing 62 changed files with 1,683 additions and 660 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
.vs/
.vscode/
artifacts/
template/
*.ico
*.map
*.md
*.svg
*.yml
.manifest
docfx.json
manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Addax_Formats_Tabular_Converters_TabularBase16BinaryConverter" data-uid="Addax.Formats.Tabular.Converters.TabularBase16BinaryConverter" class="text-break">
Class TabularBase16BinaryConverter
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -145,7 +145,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Addax_Formats_Tabular_Converters_TabularBase16BinaryConverter__ctor" data-uid="Addax.Formats.Tabular.Converters.TabularBase16BinaryConverter.#ctor">
TabularBase16BinaryConverter()
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Addax.Formats.Tabular.Converters.TabularBase16BinaryConverter.html">TabularBase16BinaryConverter</a> class.</p>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Addax_Formats_Tabular_Converters_TabularBase16BinaryConverter_TryFormat_System_Byte___System_Span_System_Char__System_IFormatProvider_System_Int32__" data-uid="Addax.Formats.Tabular.Converters.TabularBase16BinaryConverter.TryFormat(System.Byte[],System.Span{System.Char},System.IFormatProvider,System.Int32@)">
TryFormat(byte[]?, Span&lt;char&gt;, IFormatProvider?, out int)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to format the value into a sequence of characters.</p>
Expand Down Expand Up @@ -227,7 +227,7 @@ <h4 class="section" id="Addax_Formats_Tabular_Converters_TabularBase16BinaryConv

<h3 id="Addax_Formats_Tabular_Converters_TabularBase16BinaryConverter_TryParse_System_ReadOnlySpan_System_Char__System_IFormatProvider_System_Byte____" data-uid="Addax.Formats.Tabular.Converters.TabularBase16BinaryConverter.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte[]@)">
TryParse(ReadOnlySpan&lt;char&gt;, IFormatProvider?, out byte[]?)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase16BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to parse the sequence of characters into a value.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Addax_Formats_Tabular_Converters_TabularBase64BinaryConverter" data-uid="Addax.Formats.Tabular.Converters.TabularBase64BinaryConverter" class="text-break">
Class TabularBase64BinaryConverter
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -145,7 +145,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Addax_Formats_Tabular_Converters_TabularBase64BinaryConverter__ctor" data-uid="Addax.Formats.Tabular.Converters.TabularBase64BinaryConverter.#ctor">
TabularBase64BinaryConverter()
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Addax.Formats.Tabular.Converters.TabularBase64BinaryConverter.html">TabularBase64BinaryConverter</a> class.</p>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Addax_Formats_Tabular_Converters_TabularBase64BinaryConverter_TryFormat_System_Byte___System_Span_System_Char__System_IFormatProvider_System_Int32__" data-uid="Addax.Formats.Tabular.Converters.TabularBase64BinaryConverter.TryFormat(System.Byte[],System.Span{System.Char},System.IFormatProvider,System.Int32@)">
TryFormat(byte[]?, Span&lt;char&gt;, IFormatProvider?, out int)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to format the value into a sequence of characters.</p>
Expand Down Expand Up @@ -227,7 +227,7 @@ <h4 class="section" id="Addax_Formats_Tabular_Converters_TabularBase64BinaryConv

<h3 id="Addax_Formats_Tabular_Converters_TabularBase64BinaryConverter_TryParse_System_ReadOnlySpan_System_Char__System_IFormatProvider_System_Byte____" data-uid="Addax.Formats.Tabular.Converters.TabularBase64BinaryConverter.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte[]@)">
TryParse(ReadOnlySpan&lt;char&gt;, IFormatProvider?, out byte[]?)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBase64BinaryConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to parse the sequence of characters into a value.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Addax_Formats_Tabular_Converters_TabularBigIntegerConverter" data-uid="Addax.Formats.Tabular.Converters.TabularBigIntegerConverter" class="text-break">
Class TabularBigIntegerConverter
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Addax_Formats_Tabular_Converters_TabularBigIntegerConverter__ctor" data-uid="Addax.Formats.Tabular.Converters.TabularBigIntegerConverter.#ctor">
TabularBigIntegerConverter()
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Addax.Formats.Tabular.Converters.TabularBigIntegerConverter.html">TabularBigIntegerConverter</a> class.</p>
Expand Down Expand Up @@ -166,7 +166,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Addax_Formats_Tabular_Converters_TabularBigIntegerConverter_TryFormat_System_Numerics_BigInteger_System_Span_System_Char__System_IFormatProvider_System_Int32__" data-uid="Addax.Formats.Tabular.Converters.TabularBigIntegerConverter.TryFormat(System.Numerics.BigInteger,System.Span{System.Char},System.IFormatProvider,System.Int32@)">
TryFormat(BigInteger, Span&lt;char&gt;, IFormatProvider?, out int)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to format the value into a sequence of characters.</p>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h4 class="section" id="Addax_Formats_Tabular_Converters_TabularBigIntegerConver

<h3 id="Addax_Formats_Tabular_Converters_TabularBigIntegerConverter_TryParse_System_ReadOnlySpan_System_Char__System_IFormatProvider_System_Numerics_BigInteger__" data-uid="Addax.Formats.Tabular.Converters.TabularBigIntegerConverter.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Numerics.BigInteger@)">
TryParse(ReadOnlySpan&lt;char&gt;, IFormatProvider?, out BigInteger)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBigIntegerConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to parse the sequence of characters into a value.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Addax_Formats_Tabular_Converters_TabularBooleanConverter" data-uid="Addax.Formats.Tabular.Converters.TabularBooleanConverter" class="text-break">
Class TabularBooleanConverter
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Addax_Formats_Tabular_Converters_TabularBooleanConverter__ctor" data-uid="Addax.Formats.Tabular.Converters.TabularBooleanConverter.#ctor">
TabularBooleanConverter()
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Addax.Formats.Tabular.Converters.TabularBooleanConverter.html">TabularBooleanConverter</a> class.</p>
Expand Down Expand Up @@ -166,7 +166,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Addax_Formats_Tabular_Converters_TabularBooleanConverter_TryFormat_System_Boolean_System_Span_System_Char__System_IFormatProvider_System_Int32__" data-uid="Addax.Formats.Tabular.Converters.TabularBooleanConverter.TryFormat(System.Boolean,System.Span{System.Char},System.IFormatProvider,System.Int32@)">
TryFormat(bool, Span&lt;char&gt;, IFormatProvider?, out int)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to format the value into a sequence of characters.</p>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h4 class="section" id="Addax_Formats_Tabular_Converters_TabularBooleanConverter

<h3 id="Addax_Formats_Tabular_Converters_TabularBooleanConverter_TryParse_System_ReadOnlySpan_System_Char__System_IFormatProvider_System_Boolean__" data-uid="Addax.Formats.Tabular.Converters.TabularBooleanConverter.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Boolean@)">
TryParse(ReadOnlySpan&lt;char&gt;, IFormatProvider?, out bool)
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/813e3832cbdccd98223a64254eed09050da95f69/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/alexanderkozlenko/addax/blob/4dcc0c9ec133d295e8bfbc5678dfef16d6d0174b/src/Addax.Formats.Tabular/Converters/TabularBooleanConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>When overridden in a derived class, tries to parse the sequence of characters into a value.</p>
Expand Down
Loading

0 comments on commit 28eeb1f

Please sign in to comment.