FormatsSerialAndNumberOfManufacturing Method

Get the document formatted with series, number and manufacturing.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string SerialAndNumberOfManufacturing(
	Object serial,
	Object number,
	Object manufacturingNumber = null
)

Parameters

serial  Object
Document serial.
number  Object
Document number.
manufacturingNumber  Object  (Optional)
Manufacturing number.

Return Value

String
String with the document formatted.

See Also