blob x = blob.valueof('this is a test'); string s = EncodingUtil.base64Encode(x); system.debug('s:' + s); blob y = EncodingUtil.base64Decode(s); ...
確定! 回上一頁