<# .SYNOPSIS MSDN Sample Recoded in PowerShell demonstrating formatting .DESCRIPTION This sample recodes an MSDN Sample into PowerShell that shows some of the options of formatting using ToString() and various .NET formatting strings .NOTES File Name : Show-Formatting1.ps1 Author : Thomas Lee - tfl...
< # .SYNOPSIS This script creates a Spanish cultureinfo object with a traditional sort and another with an international sort. The script then compares them. .DESCRIPTION This script re-implements an MSDN...
< # .SYNOPSIS This script displays the parent culture of each specific culture using the Chinese language. .DESCRIPTION This script looks at each Chineese culture and displays the...
< # .SYNOPSIS This script re-implements and MSDN sample that shows the different Date/Time Formatting characters and how they are used in formatting date/time objects. .DESCRIPTION This...
< # .SYNOPSIS This script re-implements an MSDN script which shows the use of the CurrencyDecimalSeparator property of a numeric format info object. .DESCRIPTION This script displays...
Technorati Tags: PowerShell , PowerShell Script , System.Globalization.CultureInfo , System.Threading.Thread , culture <# .SYNOPSIS This script creates a function to run culture sensitive operations in some other culture. .DESCRIPTION ...
< # .SYNOPSIS This script displays a number formatted in Currency for each locale .DESCRIPTION This script first creates a value to be formatted, and creates an array containing all the locales defined on the system...