strtobin Function

Function:

Deserializes the binary representation of data contained in a string.

Syntax:

strtobin(byref dst, byref src as string, size as byte)

See Also:

bintostr


Part

Description

dst

The deserialized data.

src

A string containing the binary representation of the data.

size

The size of the source data.


Details

Make sure to assign dst the same type as the original data.

This function is designed to deserialize data that has been transmitted from another Tibbo programmable device or saved in a file for a reboot or long-term storage.


strtobin Function

Details