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.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
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.