Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 1.57 KB

File metadata and controls

90 lines (61 loc) · 1.57 KB
external help file Elizium.Loopz-help.xml
Module Name Elizium.Loopz
online version https://eliziumnet.github.io/Loopz/
schema 2.0.0

Get-PaddedLabel

SYNOPSIS

Controls and standardises the way that signals are displayed.

SYNTAX

Get-PaddedLabel [[-Label] <String>] [[-Align] <String>] [[-Width] <Int32>] [<CommonParameters>]

DESCRIPTION

Pads out a string with leading or trailing spaces depending on alignment.

PARAMETERS

-Align

Left or right alignment of the label.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Label

The string to be padded

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Width

Size of the field into which the label is to be placed.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String

NOTES

RELATED LINKS

Elizium.Loopz