Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public static bool IsIdentifier(
	string name
)

Parameters

name
Type: SystemString
Name to be checked.

Return Value

Type: Boolean
True if the name is detected as valid identifier; otherwise false.
See Also