Namespace: Consultingwerk.Util
Class 
WebHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:WebHelper
Purpose:Support routines for handling Web Requests
Author(s):Marko Rüterbories / Consultingwerk Ltd.
Created:Mon May 30 17:43:03 CEST 2016
Purpose: Attempts to decode a previously-encoded URL.
Notes:



Top Method Summary
Options Name Purpose
+ CHARACTER DecodeURL (character) Attempts to decode a previously-encoded URL.
+ LONGCHAR DecodeURL (longchar) Attempts to decode a previously-encoded URL.
+ CHARACTER DecodeUtf8Url (character) Attempts to decode a previously-encoded URL.
+ LONGCHAR DecodeUtf8Url (longchar) Attempts to decode a previously-encoded URL.


Method Detail
Top

PUBLIC CHARACTER DecodeURL (character)

Purpose: Attempts to decode a previously-encoded URL.
Notes:

Parameters:
pcURI CHARACTER
The URL to decode
Returns CHARACTER
CHARACTER A decoded URL
Top

PUBLIC LONGCHAR DecodeURL (longchar)

Purpose: Attempts to decode a previously-encoded URL.
Notes:

Parameters:
pcURI LONGCHAR
The URL to decode
Returns LONGCHAR
CHARACTER A decoded URL
Top

PUBLIC CHARACTER DecodeUtf8Url (character)

Purpose: Attempts to decode a previously-encoded URL.
Notes: Supports multi-byte characters

Parameters:
pcURI CHARACTER
The URL to decode
Returns CHARACTER
CHARACTER A decoded URL
Top

PUBLIC LONGCHAR DecodeUtf8Url (longchar)

Purpose: Attempts to decode a previously-encoded URL.
Notes: Supports multi-byte characters

Parameters:
pcURI LONGCHAR
The URL to decode
Returns LONGCHAR
CHARACTER A decoded URL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:17:05