S
Smugsboy
Hi,
Is there a way to get byte[] representation of primitive types ?
Meaning:
for "ushort val = 6"
to get the following "byte[2] { 0, 6 }"
and for "byte val = 6"
to get the following "byte[1] { 6 }"
Thanks,
Is there a way to get byte[] representation of primitive types ?
Meaning:
for "ushort val = 6"
to get the following "byte[2] { 0, 6 }"
and for "byte val = 6"
to get the following "byte[1] { 6 }"
Thanks,