Throws an exception if value is not a valid identifier. This allows the language to produce a very informative error message based upon value.
[Visual Basic] Sub ValidateIdentifier( _ ByVal value As String _ ) [C#] void ValidateIdentifier( string value ); [C++] void ValidateIdentifier( String* value ) = 0; [JScript] function ValidateIdentifier( value : String );
ICodeGenerator Interface | ICodeGenerator Members | System.CodeDOM.Compiler Namespace