Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
I think groovy has built-in decoding support, so if you have the base64 value you should be able to do something like
def value = ..get base64 value as string..
log.info( new String( value.decodeBase64()) )
does that help?
regards,
/Ole
eviware.com
I think groovy has built-in decoding support, so if you have the base64 value you should be able to do something like
def value = ..get base64 value as string..
log.info( new String( value.decodeBase64()) )
does that help?
regards,
/Ole
eviware.com
Related Content
- 3 years ago
- 11 years ago
- 5 years ago
Recent Discussions
- 2 days ago
- 2 days ago