NotesToolsName(Object, Boolean) Method

Indicates the name according to the type code of the indicated note.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Name(
	Object codeType,
	bool nameInPlural = false
)

Parameters

codeType  Object
Code type object.
nameInPlural  Boolean  (Optional)
Indicate if is a plural name.

Return Value

String
string with the name according to the type code of the indicated note.

See Also