System.Text.Encoding.CodePages 10.0.0-preview.3.25171.5

About

System.Text.Encoding.CodePages enable creating single and double bytes encodings for code pages that otherwise are available only in the desktop .NET Framework.

Key Features

  • Support single and double byte encodings for code pages that are not available in .NET Core.

How to Use

using System.Text;

// Register the CodePages encoding provider at application startup to enable using single and double byte encodings.
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

// Now can create single and double byte encodings for code pages that are not available in .NET Core.
Encoding windows1252Encoding = Encoding.GetEncoding(1252); // Western European (Windows)
byte[] encodedBytes = windows1252Encoding.GetBytes("String to encode");

Main Types

The main types provided by this library are:

  • CodePagesEncodingProvider

Additional Documentation

Feedback & Contributing

System.Text.Encoding.CodePages is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Text.Encoding.CodePages.

Packages Downloads
EPPlus
A spreadsheet library for .NET framework and .NET core
83
EPPlus
A spreadsheet library for .NET framework and .NET core
1,890
EPPlus
Create advanced Excel spreadsheets using .NET
2,065
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
82
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
83
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
93
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
101
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
84
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
84
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
88
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
89
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
97
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
98
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
99
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
86
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
91
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
94
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory 0f6d0a02c9cc2e766dd543ff24135f16e9a971e4 When using NuGet 3.x this package requires at least version 3.4.
87
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
99
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
10,353

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
10.0.0-preview.3.25171.5 1 04/11/2025
10.0.0-preview.2.25163.2 3 03/25/2025
10.0.0-preview.1.25080.5 5 02/28/2025
9.0.4 1 04/11/2025
9.0.3 3 03/28/2025
9.0.2 5 02/24/2025
9.0.1 5 01/23/2025
9.0.0 9 11/16/2024
9.0.0-rc.2.24473.5 9 10/14/2024
9.0.0-rc.1.24431.7 15 09/12/2024
9.0.0-preview.7.24405.7 12 08/13/2024
9.0.0-preview.6.24327.7 13 07/10/2024
9.0.0-preview.5.24306.7 12 06/20/2024
9.0.0-preview.4.24266.19 17 05/23/2024
9.0.0-preview.3.24172.9 18 04/16/2024
9.0.0-preview.2.24128.5 22 03/14/2024
9.0.0-preview.1.24080.9 24 02/26/2024
8.0.0 28 11/16/2023
8.0.0-rc.2.23479.6 27 10/12/2023
8.0.0-rc.1.23419.4 29 09/16/2023
8.0.0-preview.7.23375.6 64 09/05/2023
8.0.0-preview.6.23329.7 61 07/15/2023
8.0.0-preview.5.23280.8 26 06/18/2023
8.0.0-preview.4.23259.5 36 05/30/2023
8.0.0-preview.3.23174.8 39 04/15/2023
8.0.0-preview.2.23128.3 69 03/29/2023
8.0.0-preview.1.23110.8 39 02/26/2023
7.0.0 51 12/15/2022
7.0.0-rc.2.22472.3 91 10/24/2022
7.0.0-rc.1.22426.10 119 12/16/2022
7.0.0-preview.7.22375.6 59 09/21/2022
7.0.0-preview.6.22324.4 104 09/21/2022
7.0.0-preview.5.22301.12 109 08/12/2022
7.0.0-preview.4.22229.4 92 09/21/2022
7.0.0-preview.3.22175.4 47 09/21/2022
7.0.0-preview.2.22152.2 120 09/21/2022
7.0.0-preview.1.22076.8 112 08/11/2022
6.0.2-mauipre.1.22102.15 57 09/21/2022
6.0.2-mauipre.1.22054.8 104 09/21/2022
6.0.1 9 11/16/2024
6.0.0 127 09/21/2022
6.0.0-rc.2.21480.5 126 09/21/2022
6.0.0-rc.1.21451.13 109 08/11/2022
6.0.0-preview.7.21377.19 127 09/21/2022
6.0.0-preview.6.21352.12 63 09/21/2022
6.0.0-preview.5.21301.5 66 09/21/2022
6.0.0-preview.4.21253.7 55 09/21/2022
6.0.0-preview.3.21201.4 63 09/21/2022
6.0.0-preview.2.21154.6 61 09/21/2022
6.0.0-preview.1.21102.12 120 09/21/2022
5.0.0 1,955 09/21/2022
5.0.0-rc.2.20475.5 77 08/11/2022
5.0.0-rc.1.20451.14 72 09/21/2022
5.0.0-preview.8.20407.11 56 09/21/2022
5.0.0-preview.7.20364.11 132 08/11/2022
5.0.0-preview.6.20305.6 103 09/21/2022
5.0.0-preview.5.20278.1 31 08/11/2022
5.0.0-preview.4.20251.6 94 09/21/2022
5.0.0-preview.3.20214.6 95 09/21/2022
5.0.0-preview.2.20160.6 64 09/21/2022
5.0.0-preview.1.20120.5 100 09/21/2022
4.7.1 89 09/21/2022
4.7.0 2,096 06/27/2022
4.7.0-preview3.19551.4 65 09/21/2022
4.7.0-preview2.19523.17 96 09/21/2022
4.7.0-preview1.19504.10 111 09/21/2022
4.6.0 69 07/17/2022
4.6.0-rc1.19456.4 98 09/21/2022
4.6.0-preview9.19421.4 61 09/21/2022
4.6.0-preview9.19416.11 84 09/21/2022
4.6.0-preview8.19405.3 42 09/21/2022
4.6.0-preview7.19362.9 40 08/11/2022
4.6.0-preview6.19303.8 55 08/11/2022
4.6.0-preview6.19264.9 87 09/21/2022
4.6.0-preview5.19224.8 49 09/21/2022
4.6.0-preview4.19212.13 53 09/21/2022
4.6.0-preview3.19128.7 26 09/21/2022
4.6.0-preview.19073.11 86 09/21/2022
4.6.0-preview.18571.3 43 09/21/2022
4.5.1 71 09/21/2022
4.5.1-servicing-27114-05 64 08/11/2022
4.5.0 126 09/21/2022
4.5.0-rc1 71 09/21/2022
4.5.0-preview2-26406-04 88 09/21/2022
4.5.0-preview1-26216-02 83 09/21/2022
4.5.0-preview1-25914-04 129 09/21/2022
4.4.0 33 08/11/2022
4.4.0-preview2-25405-01 63 09/21/2022
4.4.0-preview1-25305-02 33 09/21/2022
4.3.0 101 09/21/2022
4.3.0-preview1-24530-04 47 08/11/2022
4.0.1 38 09/21/2022
4.0.1-rc2-24027 56 08/11/2022
4.0.1-beta-23516 52 09/21/2022
4.0.1-beta-23409 59 09/12/2022
4.0.1-beta-23225 55 09/21/2022
4.0.0 99 09/21/2022
4.0.0-beta-23109 118 09/21/2022
4.0.0-beta-23019 86 08/11/2022
4.0.0-beta-22816 60 09/21/2022
4.0.0-beta-22605 46 09/21/2022
4.0.0-beta-22416 115 09/21/2022
4.0.0-beta-22231 118 09/21/2022