FormatsCheckAccountDigits Method
Verify that the accounting account only has digits and has the indicated digits.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void CheckAccountDigits(
string account,
int digits
)
Public Shared Sub CheckAccountDigits (
account As String,
digits As Integer
)
Parameters
- account String
- Accounting account to format.
- digits Int32
- Number of digits to format.