JCL Help:WideQuotedStr

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a quoted string.


Pascal

 function WideQuotedStr(const S: WideString; Quote: WideChar): WideString;


Parameters

Parameters Description
const S: WideString The string to convert to a quoted string.
Quote: WideChar The character to use as quote.


Return Value

The quoted version of the supplied string.


Description

WideQuotedStr returns a copy of S with the specified Quote character inserted at the beginning and end of the string.


About

Unit

JclWideStrings


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page