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