TransformerT Methods |
The TransformerT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromBytes(Byte, Encoding) | Transforms the content of a byte array into an instance of type T. |
![]() | FromBytes(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. |
![]() | FromBytesCore(Byte, Encoding) | Transforms the content of a byte array into an instance of type T. |
![]() | FromBytesCore(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. |
![]() | FromString | Transforms a string value into an instance of type T. |
![]() | FromStringCore | Transforms a string value into an instance of type T. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToBytes(T, Encoding) | Transforms instance into a byte array. |
![]() | ToBytes(T, Encoding, Byte, Int32) | Transforms instance into a byte array. |
![]() | ToBytesCore(T, Encoding) | Transforms instance into a byte array. |
![]() | ToBytesCore(T, Encoding, Byte, Int32) | Transforms instance into a byte array. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToString(T) | Transforms instance into a string. |
![]() | ToStringCore | Transforms instance into a string. |