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

 

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.

Namespace:   System.CodeDom.Compiler
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
Return to top
Show: