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
84
EPPlus
A spreadsheet library for .NET framework and .NET core
87
EPPlus
A spreadsheet library for .NET framework and .NET core
1,894
EPPlus
Create advanced Excel spreadsheets using .NET
2,068
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.
86
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.
94
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.
105
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.
85
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.
86
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.
90
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.
100
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.
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. When using NuGet 3.x this package requires at least version 3.4.
102
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
89
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
93
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
96
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.
88
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.
100
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,354

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 9 04/11/2025
10.0.0-preview.2.25163.2 7 03/25/2025
10.0.0-preview.1.25080.5 9 02/28/2025
9.0.4 7 04/11/2025
9.0.3 8 03/28/2025
9.0.2 10 02/24/2025
9.0.1 11 01/23/2025
9.0.0 16 11/16/2024
9.0.0-rc.2.24473.5 13 10/14/2024
9.0.0-rc.1.24431.7 19 09/12/2024
9.0.0-preview.7.24405.7 17 08/13/2024
9.0.0-preview.6.24327.7 15 07/10/2024
9.0.0-preview.5.24306.7 16 06/20/2024
9.0.0-preview.4.24266.19 20 05/23/2024
9.0.0-preview.3.24172.9 22 04/16/2024
9.0.0-preview.2.24128.5 24 03/14/2024
9.0.0-preview.1.24080.9 27 02/26/2024
8.0.0 30 11/16/2023
8.0.0-rc.2.23479.6 29 10/12/2023
8.0.0-rc.1.23419.4 31 09/16/2023
8.0.0-preview.7.23375.6 67 09/05/2023
8.0.0-preview.6.23329.7 63 07/15/2023
8.0.0-preview.5.23280.8 28 06/18/2023
8.0.0-preview.4.23259.5 38 05/30/2023
8.0.0-preview.3.23174.8 42 04/15/2023
8.0.0-preview.2.23128.3 72 03/29/2023
8.0.0-preview.1.23110.8 42 02/26/2023
7.0.0 53 12/15/2022
7.0.0-rc.2.22472.3 93 10/24/2022
7.0.0-rc.1.22426.10 123 12/16/2022
7.0.0-preview.7.22375.6 61 09/21/2022
7.0.0-preview.6.22324.4 109 09/21/2022
7.0.0-preview.5.22301.12 111 08/12/2022
7.0.0-preview.4.22229.4 95 09/21/2022
7.0.0-preview.3.22175.4 49 09/21/2022
7.0.0-preview.2.22152.2 124 09/21/2022
7.0.0-preview.1.22076.8 115 08/11/2022
6.0.2-mauipre.1.22102.15 59 09/21/2022
6.0.2-mauipre.1.22054.8 106 09/21/2022
6.0.1 15 11/16/2024
6.0.0 131 09/21/2022
6.0.0-rc.2.21480.5 131 09/21/2022
6.0.0-rc.1.21451.13 110 08/11/2022
6.0.0-preview.7.21377.19 130 09/21/2022
6.0.0-preview.6.21352.12 65 09/21/2022
6.0.0-preview.5.21301.5 68 09/21/2022
6.0.0-preview.4.21253.7 57 09/21/2022
6.0.0-preview.3.21201.4 65 09/21/2022
6.0.0-preview.2.21154.6 63 09/21/2022
6.0.0-preview.1.21102.12 122 09/21/2022
5.0.0 1,960 09/21/2022
5.0.0-rc.2.20475.5 79 08/11/2022
5.0.0-rc.1.20451.14 74 09/21/2022
5.0.0-preview.8.20407.11 58 09/21/2022
5.0.0-preview.7.20364.11 136 08/11/2022
5.0.0-preview.6.20305.6 106 09/21/2022
5.0.0-preview.5.20278.1 34 08/11/2022
5.0.0-preview.4.20251.6 98 09/21/2022
5.0.0-preview.3.20214.6 98 09/21/2022
5.0.0-preview.2.20160.6 66 09/21/2022
5.0.0-preview.1.20120.5 102 09/21/2022
4.7.1 91 09/21/2022
4.7.0 2,098 06/27/2022
4.7.0-preview3.19551.4 67 09/21/2022
4.7.0-preview2.19523.17 99 09/21/2022
4.7.0-preview1.19504.10 114 09/21/2022
4.6.0 71 07/17/2022
4.6.0-rc1.19456.4 101 09/21/2022
4.6.0-preview9.19421.4 63 09/21/2022
4.6.0-preview9.19416.11 86 09/21/2022
4.6.0-preview8.19405.3 44 09/21/2022
4.6.0-preview7.19362.9 43 08/11/2022
4.6.0-preview6.19303.8 57 08/11/2022
4.6.0-preview6.19264.9 89 09/21/2022
4.6.0-preview5.19224.8 51 09/21/2022
4.6.0-preview4.19212.13 55 09/21/2022
4.6.0-preview3.19128.7 29 09/21/2022
4.6.0-preview.19073.11 90 09/21/2022
4.6.0-preview.18571.3 45 09/21/2022
4.5.1 75 09/21/2022
4.5.1-servicing-27114-05 68 08/11/2022
4.5.0 131 09/21/2022
4.5.0-rc1 73 09/21/2022
4.5.0-preview2-26406-04 90 09/21/2022
4.5.0-preview1-26216-02 86 09/21/2022
4.5.0-preview1-25914-04 134 09/21/2022
4.4.0 36 08/11/2022
4.4.0-preview2-25405-01 67 09/21/2022
4.4.0-preview1-25305-02 35 09/21/2022
4.3.0 104 09/21/2022
4.3.0-preview1-24530-04 49 08/11/2022
4.0.1 40 09/21/2022
4.0.1-rc2-24027 59 08/11/2022
4.0.1-beta-23516 54 09/21/2022
4.0.1-beta-23409 61 09/12/2022
4.0.1-beta-23225 56 09/21/2022
4.0.0 101 09/21/2022
4.0.0-beta-23109 122 09/21/2022
4.0.0-beta-23019 88 08/11/2022
4.0.0-beta-22816 63 09/21/2022
4.0.0-beta-22605 49 09/21/2022
4.0.0-beta-22416 117 09/21/2022
4.0.0-beta-22231 124 09/21/2022