Class Base64
- Namespace
- The.Model.Serialisation
- Assembly
- Instagile.Model.dll
Encodes GUIDs as 22 base64 digits
public static class Base64
- Inheritance
-
Base64
- Inherited Members
Remarks
Not quite standard base64- it's fixed length rather than padded
Methods
Decode(string)
public static Guid Decode(string ciphertext)
Parameters
ciphertextstring
Returns
Encode(Guid)
public static string Encode(Guid plaintext)
Parameters
plaintextGuid