Value::IsByteArray

Value::IsByteArray
SF_INLINE bool IsByteArray() const;
Description

IsByteArray checks if an ActionScript 3 Object is of ByteArray type. This is useful before using other ByteArray related methods.

Return Value

True if the Object is a ByteArray. False if otherwise.