NotesToolsName(NoteType, Boolean) Method
Indicates the name according to the type of note (
NoteType) indicated.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Name(
NoteType noteType,
bool nameInPlural = false
)
Public Shared Function Name (
noteType As NoteType,
Optional nameInPlural As Boolean = false
) As String
- noteType NoteType
- NoteType with the note type.
- nameInPlural Boolean (Optional)
- Indicate if is a plural name.
Stringstring with the name according to the type code of the indicated note.