FormatsNoteDocument(Object, Object, Object, String) Method

Get the document formatted with series, number and version based on the indicated mask.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string NoteDocument(
	Object serial,
	Object number,
	Object version,
	string mask
)

Parameters

serial  Object
Document serial.
number  Object
Document number.
version  Object
Document version.
mask  String
Mask used to format the document.

Return Value

String
String with the document formatted.

See Also