.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. |