Menu

[ea00bd]: / ps-usage / CastingExamples.ps1  Maximize  Restore  History

Download this file

4 lines (4 with data), 118 Bytes

1
2
3
4
[int]$test = 0123
$test = [string]"00456"
# at this point, which data type do we end up with?
$test.GetType().FullName
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.