URL encode / decode example

The 1C:Enterprise developers forum

#1
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Feb 26, 2015
Company: Uguz Limited sirketi

Can you give me example ?

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Erdogan Uguz.
Please see built-in functions: EncodeString and DecodeString.

Code
Message(EncodeString(SourceString, StringEncodingMethod.URLEncoding, "UTF-8"));
Message(DecodeString(EncodedString, StringEncodingMethod.URLEncoding));

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.