CodeGenerator::ICodeGenerator::CreateEscapedIdentifier Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an escaped identifier for the specified value.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

private:
virtual String^ CreateEscapedIdentifier(
	String^ value
) sealed = ICodeGenerator::CreateEscapedIdentifier

Parameters

value
Type: System::String^

The string to create an escaped identifier for.

Return Value

Type: System::String^

The escaped identifier for the value.

.NET Framework
Available since 1.1
Return to top
Show: