Reads the string of base64 encoding bytes from the offset position to the offset + count of the stream.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction readBase64(offset, count, fname);
Parameters
- offset
- Type: int
start position - count
- Type: int
count of bytes - fname
- Type: string
path
Return Value
Type:
[T:(Any)]
string. Specified count of base64 encoded bytes from specified offset
See Also