FormatsIsPredefinedName Method

Indicates whether the name corresponds to a predefined name.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsPredefinedName(
	string name
)

Parameters

name  String
Name to evalute.

Return Value

Boolean
if the name corresponds to a predefined name; otherwise, .

See Also