IsNumber

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

IsNumber

Previous pageReturn to chapter overviewNext page

Returns whether the item is of type Number or not.

Signatures

Variants throwing exceptions on API errors:

bool IsNumber()

Variants returning API errors as int parameter:

bool IsNumber(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

true if the item was of the corresponding JSON type, otherwise false