LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Struct Utf8ByteSpan

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public struct Utf8ByteSpan

    Constructors

    Utf8ByteSpan(byte[], int, int)

    Declaration
    public Utf8ByteSpan(byte[] data, int offset, int length)
    Parameters
    Type Name Description
    byte[] data
    int offset
    int length

    Utf8ByteSpan(string)

    Declaration
    public Utf8ByteSpan(string s)
    Parameters
    Type Name Description
    string s

    Properties

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    int

    Offset

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    int

    Methods

    Equals(Utf8ByteSpan)

    Declaration
    public bool Equals(Utf8ByteSpan other)
    Parameters
    Type Name Description
    Utf8ByteSpan other
    Returns
    Type Description
    bool

    Equals(string)

    Declaration
    public bool Equals(string s)
    Parameters
    Type Name Description
    string s
    Returns
    Type Description
    bool

    GetString()

    Declaration
    public string GetString()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX