Decodes URL-encoded strings.
ConvertFrom-AtlassianURLEncoded [-InputString] <String[]> [<CommonParameters>]
Converts URL-encoded values into plain text by decoding percent-encoded and
+-separated values.
ConvertFrom-AtlassianURLEncoded -InputString 'hello+world%2Bvalue'
Returns hello world+value.
The URL-encoded string values to decode.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
System.String[]
System.String