EmbeddedConverter Methods
The EmbeddedConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
FromDouble |
Converts a given Double to bytes and writes them into the given array.
|
|
FromFloat |
Converts a given Single to bytes and writes them into the given array.
|
|
FromInt |
Converts a given Int32 to bytes and writes them into the given array.
|
|
FromLong |
Converts a given Int64 to bytes and writes them into the given array.
|
|
FromShort |
Converts a given Int16 to bytes and writes them into the given array.
|
|
FromUInt |
Converts a given UInt32 to bytes and writes them into the given array.
|
|
FromULong |
Converts a given UInt64 to bytes and writes them into the given array.
|
|
FromUShort |
Converts a given UInt16 to bytes and writes them into the given array.
|
|
ToDouble |
Converts the 8 bytes in the array at startIndex to a Double.
|
|
ToFloat |
Converts the 4 bytes in the array at startIndex to a Single.
|
|
ToInt |
Converts the 4 bytes in the array at startIndex to a Int32.
|
|
ToLong |
Converts the 8 bytes in the array at startIndex to a Int64.
|
|
ToShort |
Converts the 2 bytes in the array at startIndex to a Int16.
|
|
ToUInt |
Converts the 4 bytes in the array at startIndex to a UInt32.
|
|
ToULong |
Converts the 8 bytes in the array at startIndex to a UInt64.
|
|
ToUShort |
Converts the 2 bytes in the array at startIndex to a UInt16.
|