RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WideQuotedStr Function

Returns the quoted version of a WideString.

Pascal
function WideQuotedStr(const S: WideString; Quote: WideChar): WideString;
C++
BSTR WideQuotedStr(const BSTR S, WideChar Quote);

Use WideQuotedStr to convert a string (S) to a quoted string, using the provided Quote character. A Quote character is inserted at the beginning and end of S, and each Quote character in the string is doubled. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!