CodeGenerationUtilities.WrapAsCSharpString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wrap the given string into a string literal in C# syntax.
public:
static System::String ^ WrapAsCSharpString(System::String ^ input);
public static string WrapAsCSharpString (string input);
static member WrapAsCSharpString : string -> string
Public Shared Function WrapAsCSharpString (input As String) As String
Parameters
- input
- String