Table of Contents

Method AsLong

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

AsLong(string, long)

Gets command line argument as long.

public virtual long AsLong(string argName, long defaultValue = 0)

Parameters

argName string

Argument name.

defaultValue long

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

Returns

long