PowerShell で.NET Framework の完全なクラス名を使用して変数の型を指定

2020/04/18

Contents

例文

# int32 型の最小値
[System.Int32]::Minvalue

# datetime 型にキャスト
[System.DateTime]$a = '2017/01/03 00:00:00'