Please can you help me how to convert Hex values to Floating values ?
in some parts of a binary file, there are values such as in description below needs to be converted.
Hex: 84 9B CF 71 40 78 17 41
should become 384528.111 as floating decimal
----------------------------------------------...
# to get WeekOfYear we use the following :
get-date -uFormat %W # 1
get-date -uFormat %w # 3
# today is "01/07/2009" MM/DD/YYYY
# but how to get WeekOfYear for old or future date ?
I need solving for error at line 13, besides there are two warning/notes. The script is running but with these fails.
# xls_test.ps1
function Invoke() {
param([object]$m,
[string]$method,
$parameters)
$m.PSBase.GetType().InvokeMember($method, `...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.