Search Results for

    Show / Hide Table of Contents

    Enum Base64FormattingOptions

    Specifies whether relevant Convert.ToBase64CharArray and Convert.ToBase64String methods insert line breaks in their output.

    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    [Flags]
    public enum Base64FormattingOptions

    Fields

    Name Description
    InsertLineBreaks

    Inserts line breaks after every 76 characters in the string representation.

    None

    Does not insert line breaks after every 76 characters in the string representation.

    In this article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX