Class ByteArrayExtensions
Inheritance
System.Object
ByteArrayExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class ByteArrayExtensions
Methods
| Improve this Doc View SourceSwapBytes(Byte[], Int32)
Declaration
public static byte[] SwapBytes(this byte[] _this, int size)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | _this | |
System.Int32 | size |
Returns
Type | Description |
---|---|
System.Byte[] |
ToFormattedHex(Byte[])
Declaration
public static string ToFormattedHex(this byte[] _this)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | _this |
Returns
Type | Description |
---|---|
System.String |