Table of Contents

Method GetString

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetString(int, string)

Gets the specified string value.

public string? GetString(int rowIndex, string columnName)

Parameters

rowIndex int

The index of the row to query.

columnName string

The name/label of the column to query.

Returns

string

The associated value. null if no value is set.

GetString(int, int)

Gets the specified string value.

public string? GetString(int rowIndex, int columnIndex)

Parameters

rowIndex int

The index of the row to query.

columnIndex int

The index of the column to query.

Returns

string

The associated value. null if no value is set.