ByteArrayStartsFromMarker
ByteArrayStartsFromMarker
Checks whether the array starts from given marker.
Returns: Boolean value indicating the result of operation.
ByteArrayStartsFromMarker(System::ArrayPtr< uint8_t > array, System::ArrayPtr< uint8_t > marker)
| Parameter | Description |
|---|---|
| array | The array, can be null. |
| marker | The marker, can’t be null. |