Search Results for

    Show / Hide Table of Contents

    Class Base64

    Inheritance
    System.Object
    Base64
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Base.Helper
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class Base64

    Methods

    | Improve this Doc View Source

    Base64DecodeBytes(String)

    Base64 Decode mit byte[] als Rückgabe sinnvoll für codierte Binärdaten

    Declaration
    public static byte[] Base64DecodeBytes(string base64)
    Parameters
    Type Name Description
    System.String base64
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Base64DecodeString(String)

    Base64 Decode mit string als Rückgabe

    Declaration
    public static string Base64DecodeString(string base64)
    Parameters
    Type Name Description
    System.String base64
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx