dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHelper Class / EscapeString Method
The string to escape.

In This Topic
    EscapeString Method
    In This Topic
    Escapes the string.
    Syntax
    'Declaration
     
    Public Shared Function EscapeString( _
       ByVal value As String _
    ) As String
    public static string EscapeString( 
       string value
    )

    Parameters

    value
    The string to escape.

    Return Value

    The string with all quotes escaped.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also