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.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
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.