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
    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX