terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.BitConverter Class Reference
+ Collaboration diagram for System.BitConverter:

Static Public Member Functions

static byte[] GetBytes (int value)
 
static byte[] GetBytes (long value)
 
static byte[] GetBytes (ushort value)
 
static byte[] GetBytes (uint value)
 
static bool TryWriteBytes (global::System.Span< byte > destination, uint value)
 
static byte[] GetBytes (float value)
 
static short ToInt16 (byte[] value, int startIndex)
 
static int ToInt32 (byte[] value, int startIndex)
 
static long ToInt64 (byte[] value, int startIndex)
 
static ushort ToUInt16 (byte[] value, int startIndex)
 
static uint ToUInt32 (byte[] value, int startIndex)
 
static string ToString (byte[] value, int startIndex, int length)
 
static string ToString (byte[] value)
 
static long DoubleToInt64Bits (double value)
 
static double Int64BitsToDouble (long value)
 
static int SingleToInt32Bits (float value)
 

Static Public Attributes

static readonly bool IsLittleEndian
 

Static Private Member Functions

static BitConverter ()
 

Detailed Description

Definition at line 14 of file BitConverter.cs.


The documentation for this class was generated from the following file: