public static ParseEscSeqs ( string &data, bool isVerbatim ) : void | ||
data | string | String containing the literal that may have escape sequences |
isVerbatim | bool | /// Used to tell if the literal passed is a verbatim string. /// True if data represents verbatim string, false otherwise /// |
return | void |