Write-Host "The variable type now is" $string.GetType() $string=[Datetime]::ParseExact($string, 'MM/dd/yyyy', $null) Write-Host "After conversion the type ...
確定! 回上一頁