CodeGenerator::ICodeGenerator::CreateValidIdentifier Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a valid identifier for the specified value.
Assembly: System (in System.dll)
private: virtual String^ CreateValidIdentifier( String^ value ) sealed = ICodeGenerator::CreateValidIdentifier
Parameters
- value
-
Type:
System::String^
The string to generate a valid identifier for.
.NET Framework
Available since 1.1
Available since 1.1
Show: