<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4138537&amp;fmt=gif">
Skip to content
English
  • There are no suggestions because the search field is empty.

.decodeBase64()

Returns the decoded string form of base64binary field.

Description of the method

 

Description: Returns the decoded string form of base64binary field.
Available for: string
Parameters:  -
Return type: string

Example

 

Context: AttachmentDetailsType
OCL: self.AttachmentContent.decodeBase64().size() <= 1024
Description: The example decodes the <AttachmentContent> field value and checks that the length of the decoded value does not exceed 1024 characters.