update comment for escapeString

This commit is contained in:
wing328 2015-04-09 16:05:13 +08:00
parent a0756bf6f2
commit 22f72e2b23

View File

@ -26,7 +26,7 @@
}
/// <summary>
/// escape string (deprecated, will be removed in future release)
/// escape string (url-encoded)
/// </summary>
/// <param name="str"> String to be escaped
/// <returns>Escaped string</returns>