Search Results for

    Show / Hide Table of Contents

    Class Base64

    Inheritance
    System.Object
    Base64
    Namespace: Netezos.Encoding
    Assembly: Netezos.dll
    Syntax
    public static class Base64 : object

    Methods

    | Improve this Doc View Source

    Convert(Byte[])

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

    Parse(String)

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

    TryParse(String, out Byte[])

    Declaration
    public static bool TryParse(string base64, out byte[] bytes)
    Parameters
    Type Name Description
    System.String base64
    System.Byte[] bytes
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad