Class StringUtility
  
  
  
    Inheritance
    
    StringUtility
   
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public static class StringUtility
   
  Methods
  
  GetHexDigitValue(char)
  
  
  Declaration
  
    public static byte GetHexDigitValue(char hex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | char | hex |  | 
    
  
  Returns
  
  
  StripNewLines(string)
  
  
  Declaration
  
    public static string StripNewLines(this string text)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | text |  | 
    
  
  Returns
  
  
  TrimEnd(StringBuilder)
  
  
  Declaration
  
    public static void TrimEnd(this StringBuilder stringBuilder)
   
  Parameters