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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.