File Formats Wiki
Register
Advertisement
Resx Application Resource File
Blank

Filename extension .resx
Opens with [[Program::Resource File Generator (resgen.exe)
Visual Studio
.NET Framework (System.Windows.Forms.dll)]]
File formats category - v  e   edit

The .Resx file format is an XML-like file that can store application resources.

It contains resources in and <value> pairs.

Aside from containing pure text, .resx files can also hold binary strings. Given that an editor would not touch the binary portion of a .resx file, the file can be perfectly viewed and edited.

.Resx files are converted into .resources files for compilation into an assembly.

External links[]

Advertisement