System.Text.CodePagesEncodingProvider
Provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework.
namespace System.Text
{
public sealed class CodePagesEncodingProvider : EncodingProvider
{
public static EncodingProvider Instance { get; }
}
}