FormatsCheckDotInAccountingAccount Method
Indicates that it is a valid account format pattern.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool CheckDotInAccountingAccount(
string account,
int digits
)
Public Shared Function CheckDotInAccountingAccount (
account As String,
digits As Integer
) As Boolean
- account String
- Accounting account to format.
- digits Int32
- Number of digits to format
Boolean if is a valid account format pattern; otherwise,
.