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

 

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

Gets a value that indicates whether the specified value is a valid identifier for the current language.

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

private:
virtual bool IsValidIdentifier(
	String^ value
) sealed = ICodeGenerator::IsValidIdentifier

Parameters

value
Type: System::String^

The value to test.

Return Value

Type: System::Boolean

true if the value parameter is a valid identifier; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: