Pagsasanay
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.
Hindi na suportado ang browser na ito.
Mag-upgrade sa Microsoft Edge para samantalahin ang mga pinakabagong tampok, update sa seguridad, at teknikal na suporta.
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.
Pagsasanay
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.
Dokumentasyon
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