.RESX 文件扩展名

.NET Managed Resources File

开发者 Microsoft
受欢迎程度
3.7  |  21 
 

什么是 RESX 文件?

A RESX file is a resource file used by a program developed using Microsoft's .NET Framework. It contains objects and strings that the program uses, placed within XML tags. RESX files can contain both plain text and binary data. Binary data is encoded as text.

更多信息

Developers commonly store application settings and program resources, such as pictures, in RESX files. If implemented correctly, this allows a developer to modify or update a program's resources without recompiling it, by swapping one RESX file for another. This can be useful when, for example, localizing programs for different regions and languages.

If a RESX file contains binary data encoded as text, that text is saved within <data></data> tags. Examples of binary data that a RESX file might contain include program properties and MIME types.

如何打开 RESX 文件

You can open a RESX file and view its contents with any text editor. (Remember, any binary data the file contains will appear as encoded text.) It is best to open RESX files in source code or XML editors, such as Microsoft Visual Studio Code. These programs highlight RESX files' XML syntax, making it easier to read and edit the files' data.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 RESX 文件的程序

分类: 开发者
更新时间: 2023-08-02

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 .NET Managed Resources 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们