Class Utf8StringExtensions
  
  
  
  
    Inheritance
    
    Utf8StringExtensions
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public static class Utf8StringExtensions
   
  Methods
  
  
  
  
  Append(ref NativeText, Boolean)
  
  
  Declaration
  
    public static FormatError Append(this ref NativeText fs, bool input)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | NativeText | fs |  | 
      
        | Boolean | input |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | FormatError |  | 
    
  
  
  
  
  Append(ref NativeText, UInt64)
  
  
  Declaration
  
    public static FormatError Append(this ref NativeText fs, ulong input)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | NativeText | fs |  | 
      
        | UInt64 | input |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | FormatError |  | 
    
  
  
  
  
  Append<T>(ref T, Boolean)
  
  
  Declaration
  
    public static FormatError Append<T>(this ref T fs, bool input)
    where T : struct, INativeList<byte>, IUTF8Bytes
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | fs |  | 
      
        | Boolean | input |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | FormatError |  | 
    
  
  Type Parameters
  
  
  
  
  Append<T>(ref T, UInt64)
  
  
  Declaration
  
    public static FormatError Append<T>(this ref T fs, ulong input)
    where T : struct, INativeList<byte>, IUTF8Bytes
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | fs |  | 
      
        | UInt64 | input |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | FormatError |  | 
    
  
  Type Parameters
  
  
  
  
  ToByteArray(NativeText)
  
  
  Declaration
  
    public static byte[] ToByteArray(this NativeText text)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | NativeText | text |  | 
    
  
  Returns
  
  
  
  
  ToByteArray<T>(T)
  
  
  Declaration
  
    public static byte[] ToByteArray<T>(this T text)
    where T : struct, IUTF8Bytes, INativeList<byte>
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | text |  | 
    
  
  Returns
  
  Type Parameters