OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::url Namespace Reference

Functions

OT_SYS_API_EXPORT std::string urlEncode (std::string _str)
 Will encode the string given as argument such that it can be used in URLs.
 

Function Documentation

◆ urlEncode()

std::string ot::url::urlEncode ( std::string _str)

Will encode the string given as argument such that it can be used in URLs.

Parameters
_strThe string to be encoded
Returns
The URL safe encoded string