Click or drag to resize

CsvTransformerT Methods

The CsvTransformerT generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromBytes(Byte, Encoding)
Transforms the content of a byte array into an instance of type T.
(Inherited from TransformerT.)
Public methodFromBytes(Byte, Int32, Int32, Encoding)
Transforms the content of a byte array into an instance of type T.
(Inherited from TransformerT.)
Protected methodFromBytesCore(Byte, Encoding)
Transforms the content of a byte array into an instance of type T.
(Overrides TransformerTFromBytesCore(Byte, Encoding).)
Protected methodFromBytesCore(Byte, Int32, Int32, Encoding)
Transforms the content of a byte array into an instance of type T.
(Overrides TransformerTFromBytesCore(Byte, Int32, Int32, Encoding).)
Public methodFromString
Transforms a string value into an instance of type T.
(Inherited from TransformerT.)
Protected methodFromStringCore
Transforms a string value into an instance of type T.
(Overrides TransformerTFromStringCore(String).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToBytes(T, Encoding)
Transforms instance into a byte array.
(Inherited from TransformerT.)
Public methodToBytes(T, Encoding, Byte, Int32)
Transforms instance into a byte array.
(Inherited from TransformerT.)
Protected methodToBytesCore(T, Encoding)
Transforms instance into a byte array.
(Overrides TransformerTToBytesCore(T, Encoding).)
Protected methodToBytesCore(T, Encoding, Byte, Int32)
Transforms instance into a byte array.
(Overrides TransformerTToBytesCore(T, Encoding, Byte, Int32).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(T)
Transforms instance into a string.
(Inherited from TransformerT.)
Protected methodToStringCore
Transforms instance into a string.
(Overrides TransformerTToStringCore(T).)
Top
See Also