You are here: Start » FIL.NET » FIS.Http_DecodeURL Method
FIS.Http_DecodeURL Method
Converts text from URL friendly text to a string.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Http_DecodeURL ( string inEncoded, out string outDecoded )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEncoded | string | Percent encoded string. | ||
![]() | outDecoded | string | Decoded string. |