You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Input, Output and Codings Library - Base64UrlEncode Method
Converts specified input value to a sequence of bytes before encoding the bytes as a sequence of Base64 URL-safe characters
Member of Input, Output and Codings Library (PRIM_IOC)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

Unicode string as Base64 URL-safe encoding of input value

InputValue

*Input

Unicode String

Value to be encoded as a sequence of Base64 URL-safe characters

Encoding

*Input (Optional)

PRIM_IOC.Encoding

Encoding to be used when specified input value is converted to bytes; UTF-8 is the default

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels