Syntax
| string = stringclassoject.toURL([SpacePlus])
| ||||
---|---|---|---|---|---|
Description
| Returns the URL encoded version of the StringClass variable, with optional markup for the '+' character.
| ||||
See Also
| |||||
Example
| Sub Main
Dim myStr As New StringClass
myStr.Append "Türkiye"
Debug.Print myStr.toUTF8 'Türkiye
End Sub
|