FormatsAccountingAccount(Int32, Object, Object, Int32, Char) Method

Format the account based on the configuration digits.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string AccountingAccount(
	int digits,
	Object account,
	Object prefix = null,
	int paddingDigits = 0,
	char paddingChar = '0'
)

Parameters

digits  Int32
Accounting account digits.
account  Object
Accounting account.
prefix  Object  (Optional)
Account prefix.
paddingDigits  Int32  (Optional)
Complete the accounting account up to the number of digits indicated.
paddingChar  Char  (Optional)
Character that will be used to fill up to the indicated digits.

Return Value

String
String with the the account formated.

See Also