CsvTransformerT Methods |
The CsvTransformerT 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. (Inherited from TransformerT.) | |
| FromBytes(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. (Inherited from TransformerT.) | |
| FromBytesCore(Byte, Encoding) | Transforms the content of a byte array into an instance of type T. (Overrides TransformerTFromBytesCore(Byte, Encoding).) | |
| FromBytesCore(Byte, Int32, Int32, Encoding) | Transforms the content of a byte array into an instance of type T. (Overrides TransformerTFromBytesCore(Byte, Int32, Int32, Encoding).) | |
| FromString | Transforms a string value into an instance of type T. (Inherited from TransformerT.) | |
| FromStringCore | Transforms a string value into an instance of type T. (Overrides TransformerTFromStringCore(String).) | |
| 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. (Inherited from TransformerT.) | |
| ToBytes(T, Encoding, Byte, Int32) | Transforms instance into a byte array. (Inherited from TransformerT.) | |
| ToBytesCore(T, Encoding) | Transforms instance into a byte array. (Overrides TransformerTToBytesCore(T, Encoding).) | |
| ToBytesCore(T, Encoding, Byte, Int32) | Transforms instance into a byte array. (Overrides TransformerTToBytesCore(T, Encoding, Byte, Int32).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToString(T) | Transforms instance into a string. (Inherited from TransformerT.) | |
| ToStringCore | Transforms instance into a string. (Overrides TransformerTToStringCore(T).) |