Gets whether the specified identifier is valid.
[Visual Basic] Overrides Protected Function IsValidIdentifier( _ ByVal value As String _ ) As Boolean [C#] protected override bool IsValidIdentifier( string value ); [C++] protected: override bool IsValidIdentifier( String* value ); [JScript] protected override function IsValidIdentifier( value : String ) : Boolean;
true if the identifier is valid; otherwise, false.
VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace