Sitecore 5.0 API

StringUtil.EscapeQuote Method 

Escapes the quote.

[Visual Basic]
Public Shared Function EscapeQuote( _
   ByVal text As String _
) As String
[C#]
public static string EscapeQuote(
   string text
);

Parameters

text
Text.

See Also

StringUtil Class | Sitecore Namespace