Delphi中QuotedStr介绍及使用

 delphi 函数
给字符串两边加单引号并返回.
声明:function QuotedStr(const S: string): string;
用函数 QuotedStr把字符串S转换成为用引号括起来的字符串。单引号" ' " 将被插入到字符串s的最前和最后。例如:
abc -> 'abc '

posted @ 2018-08-31 10:12  Thenext  阅读(4039)  评论(0编辑  收藏  举报