Show / Hide Table of Contents

    Class StreamExtensions

    Inheritance
    System.Object
    StreamExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: System.IO
    Assembly: Mapsui.dll
    Syntax
    public static class StreamExtensions

    Methods

    | Improve this Doc View Source

    ToBytes(Stream)

    Declaration
    public static byte[] ToBytes(this Stream input)
    Parameters
    Type Name Description
    System.IO.Stream input
    Returns
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX