Replaces control characters with Pascal-style character constants.
Source position: lazstringutils.pas line 62
function BinaryStrToText( |
const s: string |
):string; |
s |
|
Values examined and converted in the routine. |
String after replacing binary characters.
Replaces control characters (#0..#31) with Pascal-style character constants using the #nnn notation.
| Version 4.6 | Generated 2026-02-20 | Home |