Changes

Jump to: navigation, search

Basic Windows PowerShell 1.0 Types

191 bytes added, 20:52, 18 November 2008
no edit summary
Basic data types (also referred to as ''primitive'' types) are the key building blocks of any programming or scripting language. It is these types which allow numbers, strings and true or false values to be stored and manipulated. In the case of Windows PowerShell, these are based on the types provided by the .NET framework, providing a range of types which are not only rich and well documented, but also familiar to those who have used other languages such as Visual Basic, ASP.Net and C#.
 
This chapter covers Windows PowerShell numeric, boolean and string basic types. More complex types such as arrays and associative arrays (hashtables) will be covered in subsequent chapters.
== PowerShell Numeric Types ==

Navigation menu