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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.