function BytesOf(Value: string): TByteArray;
The bytes of a string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | string |
Returns: Byte[]
Remarks:
The managed and C++ ports' counterpart of SysUtils.BytesOf, which the other units of the library call.
The bytes of a string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | string |
Returns: Byte[]
The managed and C++ ports' counterpart of SysUtils.BytesOf, which the other units of the library call.