29222284590a7f34814cb1bb73a3af34c886f01a
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Text.Encoding.CodePages.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Text.Encoding.CodePages</name>
5   </assembly>
6   <members>
7     <member name="T:System.Text.CodePagesEncodingProvider">
8       <summary>Provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework.</summary>
9     </member>
10     <member name="M:System.Text.CodePagesEncodingProvider.GetEncoding(System.Int32)">
11       <summary>Returns the encoding associated with the specified code page identifier.</summary>
12       <param name="codepage">The code page identifier of the preferred encoding which the encoding provider may support.</param>
13       <returns>The encoding associated with the specified code page identifier, or <see langword="null" /> if the provider does not support the requested codepage encoding.</returns>
14     </member>
15     <member name="M:System.Text.CodePagesEncodingProvider.GetEncoding(System.String)">
16       <summary>Returns the encoding associated with the specified code page name.</summary>
17       <param name="name">The code page name of the preferred encoding which the encoding provider may support.</param>
18       <returns>The encoding associated with the specified code page, or <see langword="null" /> if the provider does not support the requested encoding.</returns>
19     </member>
20     <member name="M:System.Text.CodePagesEncodingProvider.GetEncodings">
21       <summary>Returns an array that contains all the encodings that are supported by the <see cref="T:System.Text.CodePagesEncodingProvider" />.</summary>
22       <returns>An array that contains all the supported encodings.</returns>
23     </member>
24     <member name="P:System.Text.CodePagesEncodingProvider.Instance">
25       <summary>Gets an encoding provider for code pages supported in the desktop .NET Framework but not in the current .NET Framework platform.</summary>
26       <returns>An encoding provider that allows access to encodings not supported on the current .NET Framework platform.</returns>
27     </member>
28   </members>
29 </doc>