UnquoteStr function

function UnquoteStr(Const Value: string; Quote: Char): string;

Unit
synautil

Description
Remove quotation from Value string. If Value is not quoted, then return same string without any modification.