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