The Utils type exposes the following members.
|
Name |
Description |
|
AddOrReplace<(Of <<'(TKey, TValue>)>>)
|
|
|
AesDecryptFile
|
Aeses the decrypt file.
|
|
AesEncryptToFile
|
Encrypts to file.
|
|
DateTimeToUnixTime
|
|
|
GetHashCode
|
|
|
Slice<(Of <<'(T>)>>)
|
|
|
SortJObject
|
Sorts an JObject (used for amino).
|
|
ToBytes(UInt32, Boolean)
|
|
|
ToBytes(UInt64, Boolean)
|
|
|
ToBytes(UInt32, Boolean, Span<(Of <<'(Byte>)>>))
|
|
|
ToBytes(UInt64, Boolean, Span<(Of <<'(Byte>)>>))
|
|
|
ToHexString
|
Converts bytes to hexstring.
|
|
ToInt32
|
|
|
ToUInt32(array<Byte>[]()[][], Int32, Boolean)
|
|
|
ToUInt32(ReadOnlySpan<(Of <<'(Byte>)>>), Boolean)
|
|
|
ToUInt32(array<Byte>[]()[][], Boolean)
|
|
|
ToUInt64(array<Byte>[]()[][], Int32, Boolean)
|
|
|
ToUInt64(ReadOnlySpan<(Of <<'(Byte>)>>), Boolean)
|
|
|
ToUInt64(array<Byte>[]()[][], Boolean)
|
|
|
TryAdd<(Of <<'(TKey, TValue>)>>)
|
|
|
TryGet<(Of <<'(TKey, TValue>)>>)
|
|
|
UnixTimeToDateTime(UInt32)
|
|
|
UnixTimeToDateTime(UInt64)
|
|
|
UnixTimeToDateTime(Int64)
|
|