Math387.BytesOf Method

function BytesOf(Value: string): TByteArray;

The bytes of a string.

#NameTypeDescription
1Valuestring

Returns: Byte[]

Remarks:

The managed and C++ ports' counterpart of SysUtils.BytesOf, which the other units of the library call.