replaceDelimsWithSpecialSep(String, String, String, String, String, String) Method
replaces the delimiter (delimiter) inside theString with specialSep, regarding both quoted areas inside quote and bracketed areas (inside openBracket/closeBracket)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static string replaceDelimsWithSpecialSep( string theString, string delimiter, string quote, string openBracket, string closeBracket, string specialSep )
Parameters
- theString
- Type: String
- delimiter
- Type: String
- quote
- Type: String
- openBracket
- Type: String
- closeBracket
- Type: String
- specialSep
- Type: String
Returns
String
replaced string