Converts a byte array to Base64 encoded string.
ConvertTo-SystoLockBase64String [-InputObject] <Byte[]> [<CommonParameters>]
The ConvertTo-SystoLockBase64String
cmdlet converts a byte array into Base64 encoded string.
ConvertTo-SystoLockBase64String -Value 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x2C, 0x20, 0x57, 0x6F, 0x72, 0x6C, 0x64, 0x21
Converts the byte array to base64 string.
Specifies a byte array to encode.
Type: Byte[]
Parameter Sets: (All)
Aliases: Value
Required: True
Position: 0
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.
Specifies byte array.
Specifies base64 string.
ConvertFrom-SystoLockBase64String
ConvertTo-SystoLockBase32String
ConvertFrom-SystoLockBase32String
ConvertFrom-SystoLockHexString