< Back

Convert-FileToBase64EncodedBytes

Sat Jan 11, 2020 2:35 pm

NAME Convert-FileToBase64EncodedBytes



SYNOPSIS

This function converts the contents of a file into Base64 encoded bytes.





SYNTAX

Convert-FileToBase64EncodedBytes [-path] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-path <String>

The file path



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

System.String







RELATED LINKS