Class RunLengthEncoder
Inheritance
System.Object
    RunLengthEncoder
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Mars.Common.Collections.Graph.Helper
Assembly: Mars.Common.dll
Syntax
public static class RunLengthEncoderMethods
| Improve this Doc View SourceDecode(String)
Declaration
public static string Decode(string input)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | input | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Encode(String)
Declaration
public static string Encode(string input)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | input | 
Returns
| Type | Description | 
|---|---|
| System.String |