Table of Contents

Method ParseAndGetBool

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

ParseAndGetBool(string)

Parses command line args of the application and gets value of the argument specified by the name.

public static bool ParseAndGetBool(string prmName)

Parameters

prmName string

Command line argument name. Example: -IsDark.

Returns

bool