TriLib
Search Results for

    Show / Hide Table of Contents

    Class Base64Decoder

    Inheritance
    object
    Base64Decoder
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Utils
    Assembly: TriLibCore.dll
    Syntax
    public class Base64Decoder

    Constructors

    Base64Decoder()

    Declaration
    public Base64Decoder()

    Methods

    DecodeByte(byte, out byte)

    Declaration
    public bool DecodeByte(byte data, out byte output)
    Parameters
    Type Name Description
    byte data
    byte output
    Returns
    Type Description
    bool

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX