Class CodecBase
A base class for a code (XML/Binary/...).
Inheritance
System.Object
    CodecBase
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public abstract class CodecBaseMethods
Decode(String)
Decodes the given string.
Declaration
public abstract ILocation Decode(string encoded)Parameters
| System.String
        encoded 
 | 
Returns
| ILocation 
 | 
Encode(ILocation)
Encodes the given location.
Declaration
public abstract string Encode(ILocation location)Parameters
| ILocation
        location 
 | 
Returns
| System.String 
 |