< Back
ConvertTo-HB-B64Encode
Post
NAME ConvertTo-HB-B64Encode
SYNOPSIS
Base64 encode a string
SYNTAX
ConvertTo-HB-B64Encode [-StringVal] <String> [<CommonParameters>]
DESCRIPTION
Returns a Base64 encoded string from a given UTF8 string
PARAMETERS
-StringVal <String>
The string to encode
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-B64Encode "encode this please"
RELATED LINKS
SYNOPSIS
Base64 encode a string
SYNTAX
ConvertTo-HB-B64Encode [-StringVal] <String> [<CommonParameters>]
DESCRIPTION
Returns a Base64 encoded string from a given UTF8 string
PARAMETERS
-StringVal <String>
The string to encode
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-B64Encode "encode this please"
RELATED LINKS