-
Convert byte To Word
-
Reverse Byte Order
-
fill Bytes Little Endian
-
Convert Byte[] to short[] in memory order. Like Marshal buffer copy.
-
Copies the specified amount of bytes from source buffer to destination.
-
A byte[] extension method that determine if we are equal.
-
Calculate how many bytes is enough to hold the value.
-
Determines if the given is inclusively within the range of `0-9, A-F and a-f` .
-
Parse Byte Hex String
-
Parse Hex String Byte
-
Convert String To Bytes
-
Get Bytes UTF8 from String
-
Bytes To Hex String
-
Hex String To Bytes
-
Get Byte Count for String
-
String To Bytes
-
To Formatted Hex String with LINQ
-
To Hex String with LINQ
-
Bin To String
-
Transforms a into an hex dump formatted string
-
Returns the larger of two 8-bit unsigned integers.
-
Returns the smaller of two 8-bit unsigned integers.
-
Memory Copy
-
The return value is the high-order byte of the specified value.
-
The return value is the high-order double word of the specified value.
-
The return value is the high-order word of the specified value.
-
The return value is the low-order byte of the specified value.
-
The return value is the low-order word of the specified value.
-
Changes the value in the given position. Change bit value from low to high, or high to low. Returns the same byte, but with one bit changed.
-
Byte To Hex String
-
Make an integer putting in low 2-bytes and in high 2-bytes.
-
Make an short from 2-bytes.
-
Returns how many bytes are required to hold a certain number of bits
-
get a human readable file size in bytes abbreviation
-
Formats a byte number in different units
-
Size To Readable String
-
Reverse Bytes for Network
-
byte To Hex Str
-
This method decodes data in string for short.
-
Single Byte Hex
-
Two Byte Hex
-
Returns the specified 32-bit signed integer value as an array of Binary Coded Decimal format bytes.
-
Returns a 32-bit signed integer converted from bytes in a Binary Coded Decimal format byte array.
-
To Display Byte size
-
Compute Binary Hash Code
-
Converts string to an array of bytes, using specified Encoding.
-
String extension method which converts the input string to a byte array.
-
From Utf8 Bytes
-
Gets the number of bytes as a string.
-
Hex To Bytes
-
Converts the given input string to a byte array.
-
Hex To Byte Array
-
Converts a hexadecimal string to a byte array.
-
Converts the input string to a byte array and computes the hash.
-
Encodes the specified value, returning the result as a byte array.
-
Compares two byte[] arrays, element by element, and returns the number of elements common to both arrays.
-
Get Bytes Readable
-
Counts how many bytes the string will use, including the null terminator. Uses UTF8 encoding.
-
Hex Dump From Byte Array
-
Hex String From Byte Array
-
Write bytes, KB, MB, GB, TB message. 1 KB = 1024 Bytes 1 MB = 1024 KB = 1048576 Bytes 1 GB = 1024 MB = 1073741824 Bytes 1 TB = 1024 GB = 1099511627776 Bytes E.g. 100 will return "100 Bytes" 2048 will return "2.00 KB" 2500 will ret
-
Convert Strings To Byte Array Array
-
Converts string to byte[].
-
Converts byte[] to string.
-
Reads a 4 byte length prefixed ansi string from the given BinaryReader
-
Reads a 1 byte length prefixed ansi string from the given BinaryReader
-
String From Byte Array
-
From Utf8 Byte Array to String
-
From Byte Array to String
-
From Ascii Byte Array to String