Method IsAccountValid
- Namespace
- Innova.Data.Validation
- Assembly
- Innova.Data.dll
IsAccountValid(string)
Checks if the specified account is valid.
public static bool IsAccountValid(string property)
Parameters
property
stringThe account name.
Returns
- bool
true
if the account is valid; otherwise,false
.