Click or drag to resize

EncodedString Class

An encoded string and a label describing its encoding.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingEncodedString

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class EncodedString

The EncodedString type exposes the following members.

Constructors
 NameDescription
Public methodEncodedStringInitializes a new instance of the EncodedString class
Top
Properties
 NameDescription
Public propertyEncoded 
Public propertyEncoding 
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also