CodeGenerator::QuoteSnippetString Method (String^)
.NET Framework (current version)
Converts the specified string by formatting it with escape codes.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System::String^
The string to convert.
This method returns a modified version of the specified string that has been formatted with escape code characters. For example, /" might be used to represent ". These escape codes are used to replace elements of the specified string that might otherwise conflict with language syntax.
.NET Framework
Available since 1.1
Available since 1.1
Show: