devxlogo

Another Way to Escape Sequences in .NET Resource Files

Another Way to Escape Sequences in .NET Resource Files

This is in response to the original “Escape Sequences in .NET Resource Files, by Boris Eligulashvili.

There is actually another way to insert escape sequences, such as newline characters—or actually any Unicode character, directly into the Resource string—without resorting to Replace or similar manipulations.

First, place the cursor at the insertion point. Next, hold down the Alt key and enter the decimal value of the Unicode character, starting with 0, using the numeric keypad.

For example, to insert a newline character (u000a), hold down the Alt key while pressing 010 on the numeric keypad.

As another example, suppose you want to insert a registered (u00ae) trademark symbol. You can either use the Character Map utility or hold down Alt while entering that value in decimal from the numeric keypad (0174).

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist