CodeGenerator::CreateValidIdentifier Method (String^)
.NET Framework (current version)
Creates a valid identifier for the specified value.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System::String^
A string to create a valid identifier for.
CreateValidIdentifier tests whether the identifier conflicts with reserved or language keywords, and if so, returns a valid identifier name that does not conflict. The returned identifier contains the same value but includes escape code formatting to differentiate it from conflicting keywords. Typically, if the value requires modification, it is preceded by an underscore "_".
Note |
|---|
The default implementation of this method does nothing. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
