Encloses a string in escape characters.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public static string EscapeString( string item, DatabaseType databaseType ) |
Visual Basic |
---|
Public Shared Function EscapeString ( _ item As String, _ databaseType As DatabaseType _ ) As String |
Parameters
- item
- Type: System..::..String
The string to escape.
- databaseType
- Type: ININ.IceLib.Configuration.Dialer.DataTypes..::..DatabaseType
The database type that determines which escape characters to use.