Table of Contents

Method AsBool

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

AsBool(string, bool)

Gets command line argument as boolean.

public virtual bool AsBool(string argName, bool defaultValue = false)

Parameters

argName string

Argument name.

defaultValue bool

Default value. Used if argument is not specified in the command line.

Returns

bool