AsString

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

AsString

Previous pageReturn to chapter overviewNext page

Try to read a string from this tree item.

Signatures

Variants throwing exceptions on API errors:

String AsString()

Variants returning API errors as int parameter:

String AsString(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.