< Back

ConvertTo-HB-B64Decode

Tue Jan 14, 2020 1:29 am

NAME ConvertTo-HB-B64Decode



SYNOPSIS

Decode a Base64 encoded string





SYNTAX

ConvertTo-HB-B64Decode [-B64Val] <String> [<CommonParameters>]





DESCRIPTION

Returns a UTF8 string from a given Base64 endcoded string





PARAMETERS

-B64Val <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>ConvertTo-HB-B64Decode "ZW5jb2RlIHRoaXMgcGxlYXNl"















RELATED LINKS