Table of Contents

TTMSFNCUtils.UnescapeString Method

Unescapes a string containing JSON-style escape sequences.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function UnescapeString(const AValue: string): string;

Parameters

Name Description
AValue Escaped string to decode.

Returns

Decoded string.