-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.Base64Variant
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libsodium.Base64Variant
Protected Enum Base64Variant
Original=1
NoPadding=3
URLSafe=5
URLSafeNoPadding=7
These are the different variations of Base64 encoding that may be used with the EncodeBase64 and DecodeBase64 methods.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.