 |
TypeManagerHelperIsIdentifier Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Checks whether a name is a valid identifier.
Namespace:
WeroSoft.ComponentModel.TypeResolving
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static bool IsIdentifier(
string name
)
Parameters
- name
- Type: SystemString
Name to be checked.
Return Value
Type:
BooleanTrue if the name is detected as valid identifier; otherwise false.
See Also