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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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.