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 -> bool
Function IsValidIdentifier (value As String) As Boolean Implements ICodeGenerator.IsValidIdentifier
Parameters
- value
- String
The value to test.
Returns
true
if the value
parameter is a valid identifier; otherwise, false
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.