バージョン

EscapeString メソッド

指定したテキストに含まれるすべての特殊文字をエスケープします。withinQuotes が True の場合は、二重引用符、つまり '"' と '\' で囲んでエスケープする必要がある特殊文字のみをエスケープします。
シンタックス
'宣言
 
Public Shared Function EscapeString( _
   ByVal text As String, _
   ByVal withinQuotes As Boolean _
) As String
public static string EscapeString( 
   string text,
   bool withinQuotes
)

パラメータ

text
エスケープする必要があるテキスト。
withinQuotes
テキストを二重引用符 (") で囲むかどうか。true の場合、二重引用符 (") で囲んでエスケープする必要がある文字のみがエスケープされます。
参照