MCPcopy Create free account
hub / github.com/CCob/BOF.NET / ReadInt32BE

Method ReadInt32BE

managed/BOFNET/Utils.cs:44–46  ·  view source on GitHub ↗
(this BinaryReader binRdr)

Source from the content-addressed store, hash-verified

42 }
43
44 public static Int32 ReadInt32BE(this BinaryReader binRdr) {
45 return BitConverter.ToInt32(binRdr.ReadBytes(sizeof(Int32)).Reverse(), 0);
46 }
47
48 public static string RandomString(int length) {
49 const string chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

Callers 1

UnpackMethod · 0.80

Calls 1

ReverseMethod · 0.80

Tested by

no test coverage detected