AsInt

Navigation:  NxLib API > C# Interface / CLI > NxLibItem >

AsInt

Previous pageReturn to chapter overviewNext page

Try to read an integer number from this tree item.

Signatures

Variants throwing exceptions on API errors:

int AsInt()

Variants returning API errors as int parameter:

int AsInt(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

The item value, if the item was of the corresponding JSON type. Otherwise the return value is undefined.