LittleEndianGetBytesT(T) Method
Returns the specified value as an array of bytes in the target endian-order.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
public static byte[] GetBytes<T>(
T value
)
where T : struct, new(), IConvertible
Public Shared Function GetBytes(Of T As {Structure, New, IConvertible}) (
value As T
) As Byte()
JavaScript does not support generic types or methods.
- value T
- The value to convert.
- T
- Native value type to get bytes for.
ByteAn array of bytes with length 1.