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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.