Gets whether the specified value is a valid identifier.
[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;
CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace