Input, Output and Codings Library - Base64UrlDecode Method
Converts specified input value from a sequence of Base64 URL-safe characters to a binary string
Member of Input, Output and Codings Library (PRIM_IOC)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Binary String | Binary string resulting from decoding Base64 URL-safe input value |
InputValue | *Input | Unicode String | Unicode string containing a sequence of Base64 URL-safe characters |
Details
No detailed help is available for this feature