FormatsCheckDotInAccountingAccount Method

Indicates that it is a valid account format pattern.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool CheckDotInAccountingAccount(
	string account,
	int digits
)

Parameters

account  String
Accounting account to format.
digits  Int32
Number of digits to format

Return Value

Boolean
if is a valid account format pattern; otherwise, .

See Also