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)
ParameterDescription
arrayThe array, can be null.
markerThe marker, can’t be null.