unescape_string


Description:

public string unescape_string (Connection? cnc, string str)

Unescapes str for use within an SQL command.

This is the exact opposite of escape_string.

Parameters:

this

a server provider.

cnc

a Connection object, or null

str

a string to escape

Returns:

a new string