Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 509 Bytes

file.readAllBytes.md

File metadata and controls

21 lines (15 loc) · 509 Bytes

file.readAllBytes

The readAllBytes function is established to load a binary file into a bytes array.

Sample

var ary=file.readAllBytes("Roboto-Italic.ttf");

API

CallingReturning
file . readAllBytes ( path )byte[]
ParametersTypeDescription
pathStringThe relative file or folder path to the storage.