Converts a byte array to Base32 encoded string.
ConvertTo-SystoLockBase32String [-InputObject] <Byte[]> [<CommonParameters>]
The ConvertTo-SystoLockBase32String
cmdlet converts a byte array into a Base32 encoded string.
ConvertTo-SystoLockBase32String -Value 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x2C, 0x20, 0x57, 0x6F, 0x72, 0x6C, 0x64, 0x21
Converts the byte array to base32 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 a byte array to encode.
Specifies base32 string.
ConvertFrom-SystoLockBase32String
ConvertTo-SystoLockBase64String
ConvertFrom-SystoLockBase64String
ConvertFrom-SystoLockHexString