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 - TryBase64Decode Method
Attempts to convert specified input value from a sequence of Base64 characters to a binary string
Member of Input, Output and Codings Library (PRIM_IOC)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if the specified input value can be converted, otherwise false

InputValue

*Input

Unicode String

Unicode string containing a sequence of Base64 characters

DecodedValue

*Output (Optional)

Unicode String

Binary string updated after successfully decoding specified Base64 input value

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels