hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
UrlEncoded.encodeString
hunt
net
util
UrlEncoded
UrlEncoded
Perform URL encoding.
@param string the string to encode @return encoded string.
class
UrlEncoded
static
string
encodeString
(
string
str
,
UrlEncodeStyle
encodeStyle
=
UrlEncodeStyle.URI
)
Meta
Source
See Implementation
hunt
net
util
UrlEncoded
UrlEncoded
constructors
this
functions
decode
encode
encodeStyle
static functions
decodeString
encodeString
variables
ENCODING
Perform URL encoding.
@param string the string to encode @return encoded string.