Persistate API documentation
IsValidIdentifier Method (name, allowPeriod)
NamespacesPersistateUtlIsValidIdentifier(String, Boolean)

[This is preliminary documentation and is subject to change.]

Determines whether a name is a valid identifier. This uses the standard Unicode definition of identifiers.
Declaration Syntax
C#
public static bool IsValidIdentifier(
	string name,
	bool allowPeriod
)
Parameters
name (String)
The name to check.
allowPeriod (Boolean)
If true, the period character is allowed, except as the first character. If false, it is not allowed.
Return Value
True if the name is a valid identifier.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)