escape_string


Description:

public static string escape_string (string s)

Escapes a string according to RFC2426, section 5.

Parameters:

s

the string to escape

Returns:

A newly allocated, escaped string.