BuildMaster SDK Reference
Version:

ParseName(string name) Method

Returns the code which corresponds to the specified domain name.

Syntax

public static string ParseName(string name)

Parameters

name
Type: string

The domain name to parse.

Returns

Code associated with the specified domain name.

Exceptions

System.ArgumentNullException

name is null (Nothing in Visual Basic) or empty.

System.ArgumentException

name is not valid.