string ReadFileDataBase64(string filePath, int64 startPosition, int byteLength)
Reads bytes from a file as a base-64 encoded string. Trust Level Required: High
Parameters
Name | Description |
filePath | The path of the file. |
startPosition | The position to start reading the file from. |
byteLength | The number of bits to read into each byte. |
Return
The file bytes encoded as a base-64 string.