FormatsCheckAccountDigits Method

Verify that the accounting account only has digits and has the indicated digits.

Definition

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

Parameters

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

Exceptions

See Also