Converts a hexadecimal string to byte array.
ConvertFrom-SystoLockHexString [-Value] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
The ConvertFrom-SystoLockHexString cdmlet Converts a hexadecimal string to byte array.
Returns a byte array containing the converted value.
ConvertFrom-SystoLockHexString -Value 48656C6C6F2C20576F726C6421
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 hexadecimal 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 hexadecimal string.
ConvertFrom-SystoLockBase32String
ConvertTo-SystoLockBase32String
ConvertFrom-SystoLockBase64String
ConvertTo-SystoLockBase64String