How to use/replace GlideStringUtil for scoped app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 01:22 PM
We use GlideStringUtil in these cases. Is it supported in scoped app or how can we rewrite it?
1. GlideStringUtil.urlEncode(value)
2. GlideStringUtil.base64Encode(...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2015 03:46 PM
Was about to ask the same question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 04:48 AM
This is an old post but if you are still running on older versions you can use gs.base64Encode or gs.base64Decode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2017 08:37 AM
Thanks Brent. The methods you mention were not available back at the time of the post, and happily we have moved into newer releases where they are available.