Skip to content

libsodium.SecureMemoryblock.WString

Andrew Lambert edited this page Jun 4, 2023 · 6 revisions

Method Signatures

 Function WString(Offset As UInt64) As WString
 Sub WString(Offset As UInt64, Assigns NewString As WString)

Parameters

WString(UInt64) As WString

Name Type Comment
Offset UInt64 The offset, in bytes, to read a WString at.

CString(UInt64, Assigns WString)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a WString at.
NewString WString The WString to write.

Remarks

Gets and sets the WString at the specified offset.

Clone this wiki locally