WWW.UnEscapeURLstatic function UnEscapeURL (s : String, e : Encoding = System.Text.Encoding.UTF8) : StringParameters
ReturnsString - A new string with all occurrences of %xx replaced with the corresponding character. DescriptionDecodes string from an URL-friendly format. The inverse of WWW.EscapeURL. See Also: WWW.EscapeURL.
JavaScript
// This will print the string "Testing 1,2,3" to the console using UnityEngine; import UnityEngine |
