Show / Hide Table of Contents

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 Source

SwapBytes(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[]
| Improve this Doc View Source

ToFormattedHex(Byte[])

Declaration
public static string ToFormattedHex(this byte[] _this)
Parameters
Type Name Description
System.Byte[] _this
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾