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