# C1.Framework.SR-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_SR_1" data-uid="C1.Framework.SR`1" class="text-break">SR&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents the basic functionality used to get string information from assembly resource.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SR&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_SR_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SR&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SR(Of T)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type to provide the assembly information.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_SR_1__ctor" data-uid="C1.Framework.SR`1.#ctor">
          <a class="xref" href="C1.Framework.SR-1.-ctor.html#C1_Framework_SR_1__ctor">SR()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_SR_1_GetImage_System_String_" data-uid="C1.Framework.SR`1.GetImage(System.String)">
          <a class="xref" href="C1.Framework.SR-1.GetImage.html#C1_Framework_SR_1_GetImage_System_String_">GetImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image of the resource with the specified name in the assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SR_1_GetImageByHighDpi_System_String_" data-uid="C1.Framework.SR`1.GetImageByHighDpi(System.String)">
          <a class="xref" href="C1.Framework.SR-1.GetImageByHighDpi.html#C1_Framework_SR_1_GetImageByHighDpi_System_String_">GetImageByHighDpi(string)</a>
        </td>
        <td class="markdown level1 summary"><p>If the dpi is larger than 150% and there is a bigger size image, this method will return the bigger image with scaled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SR_1_GetString_System_Globalization_CultureInfo_System_String_" data-uid="C1.Framework.SR`1.GetString(System.Globalization.CultureInfo,System.String)">
          <a class="xref" href="C1.Framework.SR-1.GetString.html#C1_Framework_SR_1_GetString_System_Globalization_CultureInfo_System_String_">GetString(CultureInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the resource localized for the specified culture with the specified name in the assembly
indicated by the template type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SR_1_GetString_System_Globalization_CultureInfo_System_String_System_Object___" data-uid="C1.Framework.SR`1.GetString(System.Globalization.CultureInfo,System.String,System.Object[])">
          <a class="xref" href="C1.Framework.SR-1.GetString.html#C1_Framework_SR_1_GetString_System_Globalization_CultureInfo_System_String_System_Object___">GetString(CultureInfo, string, params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the resource localized for the specified culture with the specified name in the assembly
indicated by the template type and returns the formated string that replaced the format specification in the
String with the textual equivalent of the value of a corresponding Object instance in a specified array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SR_1_GetString_System_String_" data-uid="C1.Framework.SR`1.GetString(System.String)">
          <a class="xref" href="C1.Framework.SR-1.GetString.html#C1_Framework_SR_1_GetString_System_String_">GetString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the resource with the specified name in the assembly indicated by the template type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SR_1_GetString_System_String_System_Object___" data-uid="C1.Framework.SR`1.GetString(System.String,System.Object[])">
          <a class="xref" href="C1.Framework.SR-1.GetString.html#C1_Framework_SR_1_GetString_System_String_System_Object___">GetString(string, params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the resource with the specified name in the assembly indicated by the template type
and returns the formated string that replaced the format specification in the String
with the textual equivalent of the value of a corresponding Object instance in a specified array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
