FormatsNoteDocument(Object, Object, Object, String, CultureInfo) Method
Get the document formatted with series, number and version based on the indicated mask
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string NoteDocument(
Object serial,
Object number,
Object version,
string mask,
CultureInfo culture
)
Public Shared Function NoteDocument (
serial As Object,
number As Object,
version As Object,
mask As String,
culture As CultureInfo
) As String
- serial Object
- Document serial.
- number Object
- Document number.
- version Object
- Document version.
- mask String
- Mask used to format the document.
- culture CultureInfo
- Culture information.
StringString with the document formatted.