Add a lot of functions to Base
This commit is contained in:
7
Base/BaseUtils.vb
Normal file
7
Base/BaseUtils.vb
Normal file
@@ -0,0 +1,7 @@
|
||||
Friend Class BaseUtils
|
||||
Friend Shared Function FormatHash(pChecksum)
|
||||
Return BitConverter.
|
||||
ToString(pChecksum).
|
||||
Replace("-", String.Empty)
|
||||
End Function
|
||||
End Class
|
||||
Reference in New Issue
Block a user