FormatsIsPredefinedName Method
Indicates whether the name corresponds to a predefined name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsPredefinedName(
string name
)
Public Shared Function IsPredefinedName (
name As String
) As Boolean
- name String
- Name to evalute.
Boolean if the name corresponds to a predefined name; otherwise,
.