Skip to content

libsodium.Password.Operator_Convert

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libsodium.Password.Operator_Convert

Method Signature

 Sub Operator_Convert(FromString As String)

Parameters

Name Type Comment
FromString String The password string to create a Password instance for.

Remarks

This method overloads the conversion operator (=) allowing direct conversion from a String into a new instance of Password.

Clone this wiki locally