base64
DC allows you to encode string with the Base64 algorithm:
${Base64Encode('text to encode')}
You can also specify a particular text encoding charset:
${Base64Encode('text to encode', System.Text.Encoding.UTF8)}
DC allows you to encode string with the Base64 algorithm:
${Base64Encode('text to encode')}
You can also specify a particular text encoding charset:
${Base64Encode('text to encode', System.Text.Encoding.UTF8)}