NotesStatus(NoteStatus) Method

Indicates the status code according to the type of status (NoteStatus) indicated.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Status(
	NoteStatus noteStatus
)

Parameters

noteStatus  NoteStatus
NoteStatus with the note status.

Return Value

String
string with the note status.

See Also