Resx Application Resource File | |
---|---|
Filename extension | .resx |
Opens with | [[Program::Resource File Generator (resgen.exe) Visual Studio .NET Framework (System.Windows.Forms.dll)]] |
File formats category - |
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.