NotesToolsName(NoteType, Boolean) Method

Indicates the name according to the type of note (NoteType) indicated.

Definition

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

Parameters

noteType  NoteType
NoteType with the note type.
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.

Exceptions

See Also