GetoptIdentityLocator.get

Check if command line argument exists, and return identity of it.

class GetoptIdentityLocator
string
get
(
string identity
)

Parameters

identity string

the command line argument id.

Return Value

Type: string

string identity of command line argument if it is available.

Throws

NotFoundException in case if the command line argument wasn't found.

Meta