BigEndianGetBytesT(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.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
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.