deploy fixed MRR drift and webservice CylindroidHolder buckle branch update issue.
This commit is contained in:
@@ -309,6 +309,52 @@ Class CsvInputKit
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Common_CsvUtils_CsvInputKit_GetCsvDictionary_" data-uid="Hi.Common.CsvUtils.CsvInputKit.GetCsvDictionary*"></a>
|
||||
|
||||
<h3 id="Hi_Common_CsvUtils_CsvInputKit_GetCsvDictionary_System_Collections_Generic_IList_System_String__System_String_" data-uid="Hi.Common.CsvUtils.CsvInputKit.GetCsvDictionary(System.Collections.Generic.IList{System.String},System.String)">
|
||||
GetCsvDictionary(IList<string>, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Splits a CSV row into a title→cell dictionary. Stateless allocation-light
|
||||
variant of <a class="xref" href="Hi.Common.CsvUtils.CsvInputKit.html#Hi_Common_CsvUtils_CsvInputKit_GetCsvDictionary_System_String_">GetCsvDictionary(string)</a>; use this when the
|
||||
caller already has the title list and does not need to hold a
|
||||
<a class="xref" href="Hi.Common.CsvUtils.CsvInputKit.html">CsvInputKit</a> instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Dictionary<string, string> GetCsvDictionary(IList<string> titleList, string row)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>titleList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd><p>Column titles, in CSV column order.</p>
|
||||
</dd>
|
||||
<dt><code>row</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>CSV data row (not the header line).</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd><p>Dictionary keyed by column title; cells past <code class="paramref">titleList</code>
|
||||
are keyed by <code>column[i]</code>.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Common_CsvUtils_CsvInputKit_GetCsvDictionary_" data-uid="Hi.Common.CsvUtils.CsvInputKit.GetCsvDictionary*"></a>
|
||||
|
||||
<h3 id="Hi_Common_CsvUtils_CsvInputKit_GetCsvDictionary_System_String_" data-uid="Hi.Common.CsvUtils.CsvInputKit.GetCsvDictionary(System.String)">
|
||||
|
||||
Reference in New Issue
Block a user