Method ToStructure
ToStructure<T>(Byte[])
Copies octets to a struct.
Declaration
[Obsolete("Might be removed in a later version.")]
public static T ToStructure<T>(this byte[] byteArray)
where T : struct
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | byteArray | The octets |
Returns
Type | Description |
---|---|
T | The structure. |
Type Parameters
Name | Description |
---|---|
T | The structure type. |