IHostFinanceFormatAccountingAccount Method

Format accounting account to configured accounting digits.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string FormatAccountingAccount(
	string account
)

Parameters

account  String
Accounting account to format (for example: 430, 430. or 430.1 will return 43000001 with 8 countable digits).

Return Value

String
String with the format accounting account.

See Also