Skip to content

libsodium.PKI.PublicKey.Operator_Convert

Andrew Lambert edited this page Jan 21, 2023 · 1 revision

libsodium.PKI.PublicKey.Operator_Convert

Method Signature

 Sub Operator_Convert(FromString As String)

Parameters

Name Type Comment
FromString String The key string to create a PublicKey instance for.

Remarks

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

Clone this wiki locally