Table of Contents

Method TryParseInt

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

TryParseInt(string, out int)

Tries to parse an integer from the provided string.

public static bool TryParseInt(this string intString, out int result)

Parameters

intString string

The input string.

result int

The parsed integer value if successful.

Returns

bool

True if parsing succeeded; otherwise false.