Converts a Base64 encoded string to byte array.
ConvertFrom-SystoLockBase64String [-Value] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The ConvertFromBase64String cmdlet returns a byte array containing the converted value from the Base64 encoded string.
ConvertFrom-SystoLockBase64String -Value SGVsbG8sIFdvcmxkIQ==
Conversion command.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies base64 encoded string.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, 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 base64 encoded string.
ConvertTo-SystoLockBase64String
ConvertFrom-SystoLockBase32String
ConvertTo-SystoLockBase32String
ConvertFrom-SystoLockHexString