Skip to content

libsodium.SecureMemoryblock.Operator_Convert

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

libsodium.SecureMemoryblock.Operator_Convert

Method Signatures

 Function Operator_Convert() As String
 Sub Operator_Convert(FromString As String)

Parameters

Operator_Convert(String)

Name Type Comment
FromString String The data to store in Self.

Return value

The data stored in Self.

Remarks

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

Clone this wiki locally