Search Results for

    Show / Hide Table of Contents

    Class ByteArrayExtensions

    Byte Array Extensions

    Inheritance
    object
    ByteArrayExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class ByteArrayExtensions

    Methods

    | Edit this page View Source

    IsSkp(byte[])

    true if is Skp (Skia Serialized SkPicture)

    Declaration
    public static bool IsSkp(this byte[] buffer)
    Parameters
    Type Name Description
    byte[] buffer

    buffer

    Returns
    Type Description
    bool

    true if is xml

    | Edit this page View Source

    IsXml(byte[])

    true if is Xml

    Declaration
    public static bool IsXml(this byte[] buffer)
    Parameters
    Type Name Description
    byte[] buffer

    buffer

    Returns
    Type Description
    bool

    true if is xml

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX