BuildMaster SDK Reference
Version:
Validate(string code) Method
Validates the specified type code.
Syntax
public
static
void Validate(string code)
Parameters
- code
- Type: string
The type code to validate.
Exceptions
System.ArgumentNullException
|
code is null (Nothing in Visual Basic) or empty.
|