Convert

0.3.5

PowerShell Module to simplify object conversions

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Convert -RequiredVersion 0.3.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Convert -Version 0.3.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 Andrew Pearce. All rights reserved.

Package Details

Author(s)

  • Andrew Pearce

Tags

PowerShell Convert Conversion Base64 MemoryStream String Clixml

Functions

ConvertFrom-Base64 ConvertFrom-Base64ToString ConvertFrom-ByteArrayToBase64 ConvertFrom-Clixml ConvertFrom-CompressedByteArrayToString ConvertFrom-MemoryStream ConvertFrom-MemoryStreamToBase64 ConvertFrom-MemoryStreamToString ConvertFrom-StringToBase64 ConvertFrom-StringToByteArray ConvertFrom-StringToCompressedByteArray ConvertFrom-StringToMemoryStream ConvertTo-Base64 ConvertTo-Clixml ConvertTo-MemoryStream ConvertTo-String

Dependencies

This module has no dependencies.

Release Notes


v0.3.x:
 - Added Depth parameter to "ConvertTo-CliXml"
v0.2.1.x:
 - Added "ConvertFrom-Base64" and "ConvertFrom-MemoryStream"
v0.2.0.x:
 - Added "System.IO.Stream" support to "ConvertFrom-MemoryStreamToString"
 - Added "System.IO.Stream" support to "ConvertTo-String"
 - Added the alias "ConvertFrom-StreamToString" for "ConvertFrom-MemoryStreamToString"
 - Added "ConvertFrom-CompressedByteArrayToString" and "ConvertFrom-StringToByteArray" functions.
 - Added compression support to both "ConvertTo-MemoryStream" and "ConvertFrom-StringToMemoryStream"
v0.1.1.x:
 - Added support for gzip compression.
v0.1.0.x:
 - Initial release.

FileList

Version History

Version Downloads Last updated
1.5.0 45,330 3/23/2023
1.4.0 102 3/2/2023
1.2.0 133 2/1/2023
1.1.0 27 1/26/2023
1.0.0 26 1/19/2023
0.6.0 5,067 5/27/2020
0.5.0 625 1/9/2020
0.4.1 51 1/5/2020
0.4.0 357 4/28/2019
0.3.5 (current version) 88 3/7/2019
0.2.1.1 198 8/31/2018
0.2.1.0 22 8/31/2018
0.2.0.5 60 7/25/2018
0.1.1.13 176 5/30/2018
0.1.0.9 42 5/28/2018
Show less