CodeGenerator::ICodeGenerator::IsValidIdentifier Method (String^)
.NET Framework (current version)
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.
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::Booleantrue if the value parameter is a valid identifier; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: