Training
Module
Perform basic string formatting in C# - Training
Combine literal and variable text data that contain special characters, formatting, and Unicode into meaningful messages for the end user.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What: Turn any string into a C++ raw string literal.
When: You have a string with escaped characters, which shouldn't be processed as escaped characters.
Why: You could double-escape characters, but this often leads to confusing and strings. Raw string literals make strings much easier to read.
How:
Place text or mouse cursor over the escaped string to convert.
Next, do one of the following:
The string will be immediately converted into a raw string literal.
Training
Module
Perform basic string formatting in C# - Training
Combine literal and variable text data that contain special characters, formatting, and Unicode into meaningful messages for the end user.
Documentation
Create Declaration / Definition
Learn more about: Create Declaration / Definition
Learn more about: Strings (C++/CX)
Compiler Warning (level 1) C4540
Learn more about: Compiler Warning (level 1) C4540