FormatsInvoiceDocument(Object, Object, String) Method
Returns the document formatted with series, number and credit suffix (if it exists) based on the indicated mask.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string InvoiceDocument(
Object serial,
Object number,
string mask
)
Public Shared Function InvoiceDocument (
serial As Object,
number As Object,
mask As String
) As String
- serial Object
- Document serial.
- number Object
- Document number.
- mask String
- Mask used to format the document.
StringString with the document formatted.