getAsValue method

AnyValue getAsValue (int index)

Converts array element into an AnyValue or returns an empty AnyValue if conversion is not possible.

  • index an index of element to get. Returns AnyValue value of the element or empty AnyValue if conversion is not supported.

See AnyValue See AnyValue.constructor