Struct Utf8ByteSpan
  
  
  
  
  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
  
  
  Length
  
  
  Declaration
  
    public int Length { get; }
   
  Property Value
  
  
  Offset
  
  
  Declaration
  
    public int Offset { get; }
   
  Property Value
  
  Methods
  
  Equals(Utf8ByteSpan)
  
  
  Declaration
  
    public bool Equals(Utf8ByteSpan other)
   
  Parameters
  
  Returns
  
  
  Equals(string)
  
  
  Declaration
  
    public bool Equals(string s)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        s | 
         | 
      
    
  
  Returns
  
  
  GetString()
  
  
  Declaration
  
    public string GetString()
   
  Returns