Converts a hexadecimal string to byte array.
ConvertFrom-SystoLockHexString [-InputObject] <String> [<CommonParameters>]
The ConvertFrom-SystoLockHexString
cmdlet converts a hexadecimal encoded string into an array of bytes.
ConvertFrom-SystoLockHexString -Value 48656C6C6F2C20576F726C6421
Converts hexadecimal string to byte array.
Specifies hexadecimal string.
Type: String
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 hexadecimal string.
Specifies byte array.
ConvertFrom-SystoLockBase32String
ConvertTo-SystoLockBase32String
ConvertFrom-SystoLockBase64String
ConvertTo-SystoLockBase64String