Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Shape
0.1
Types/Shape/ToString.ps1
<#
.SYNOPSIS
Stringifies the shape
.DESCRIPTION
Gets the shape as a string by returning the shape's `.css`
#>
return
"$($this.CSS)"