ByteEncodingDecimalEncoding Class

Handles conversion of byte buffers to and from a decimal data format.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
Inheritance
Object    ByteEncoding    ByteEncodingDecimalEncoding

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBytes(String)Decodes given string back into a byte buffer.
(Inherited from ByteEncoding)
GetBytes(String, Char)Decodes given string back into a byte buffer.
(Overrides ByteEncodingGetBytes(String, Char))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetString(Byte)Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte, Char)Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte, Int32, Int32)Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte, Int32, Int32, Char)Encodes given buffer into a user presentable representation.
(Overrides ByteEncodingGetString(Byte, Int32, Int32, Char))
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also