CodeGenerator.ICodeGenerator.IsValidIdentifier(String) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the specified value is a valid identifier for the current language.
 virtual bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System::String ^ value) = System::CodeDom::Compiler::ICodeGenerator::IsValidIdentifier;bool ICodeGenerator.IsValidIdentifier(string value);abstract member System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier : string -> bool
override this.System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier : string -> boolFunction IsValidIdentifier (value As String) As Boolean Implements ICodeGenerator.IsValidIdentifierParameters
- value
- String
The value to test.
Returns
true if the value parameter is a valid identifier; otherwise, false.