Gets whether the specified identifier is valid.
[Visual Basic] Overridable Protected Sub ValidateIdentifier( _ ByVal value As String _ ) [C#] protected virtual void ValidateIdentifier( string value ); [C++] protected: virtual void ValidateIdentifier( String* value ); [JScript] protected function ValidateIdentifier( value : String );
true if the identifier is valid; otherwise, false.
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace