Table of Contents

Method AsString

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

AsString(string, string?)

Gets command line argument as string.

public virtual string AsString(string argName, string? defaultValue = null)

Parameters

argName string

Argument name.

defaultValue string

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

Returns

string