Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 521 Bytes

File metadata and controls

17 lines (13 loc) · 521 Bytes
description Learn more about: Binary.Split
title Binary.Split
ms.topic reference
ms.subservice m-source

Binary.Split

Syntax

Binary.Split(binary as binary, pageSize as number) as list

About

Splits binary into a list of binaries where the first element of the output list is a binary containing the first pageSize bytes from the source binary, the next element of the output list is a binary containing the next pageSize bytes from the source binary, and so on.