[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LazStringUtils' (#lazutils)

BinaryStrToText

Replaces control characters with Pascal-style character constants.

Declaration

Source position: lazstringutils.pas line 61

function BinaryStrToText(

  const s: string

):string;

Arguments

s

  

Values examined and converted in the routine.

Function result

String after replacing binary characters.

Description

Replaces control characters (#0..#31) with Pascal-style character constants using the #nnn notation.