Show / Hide Table of Contents

Class Base64

Represents static wrappers for the Base64 encoding algorithm

Inheritance
Object
Base64
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Cryptography
Assembly: SlipeShared.dll
Syntax
public static class Base64

Methods

| Improve this Doc View Source

Decode(String)

Decode a string with Base64

Declaration
public static string Decode(string input)
Parameters
Type Name Description
String input
Returns
Type Description
String
| Improve this Doc View Source

Encode(String)

Encode a string with Base64

Declaration
public static string Encode(string input)
Parameters
Type Name Description
String input
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX