Function or value | Description |
Full Usage:
FromHex str
Parameters:
seq<char>
Returns: byte[]
|
Split a string to two-char substrings and convert to byte array
|
Full Usage:
ToByte bytes
Parameters:
byte array
Returns: byte
|
|
|
|
|
|
Full Usage:
ToDouble bytes
Parameters:
byte[]
Returns: float option
|
|
Full Usage:
ToInt bytes
Parameters:
byte[]
Returns: int
|
|
Full Usage:
ToLong bytes
Parameters:
byte[]
Returns: int64
|
|
Full Usage:
ToShort bytes
Parameters:
byte[]
Returns: int16
|
|
Full Usage:
ToStr bytes
Parameters:
byte[]
Returns: string
|
|
Full Usage:
dprintfn fmt
Parameters:
StringFormat<'a, unit>
Returns: 'a
|
|
|
|
Full Usage:
expand bytes
Parameters:
byte[]
Returns: byte[]
|
|
Full Usage:
slice arr (start, len)
Parameters:
'a array
start : int
len : int
Returns: 'a[]
|
Python-like array slicing
|
Full Usage:
sliceEndian arr (start, len)
Parameters:
'a array
start : int
len : int
Returns: Endianness -> 'a[]
|
|