This will generate a URL safe, base-64 encoded string.
SppBase64EncodeUrlSafe([String])
Where:
String is the text string that will be encoded.
Rule | Result | Meaning |
---|---|---|
SppBase64EncodeUrlSafe("DriveWorks") | RHJpdmVXb3Jrcw | This is the returned URL safe, base-64 encoded string. |