Skip to content

SqlSyntax.Unquote method

Unquotes the specified string.

public static string Unquote(string s)
parameter description
s The string.

Return Value

The unquoted string.

See Also