Skip to content

libsodium.SecureMemoryblock.PString

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

Method Signatures

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

Parameters

WString(UInt64) As PString

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

PString(UInt64, Assigns PString)

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

Remarks

Gets and sets the PString at the specified offset.

Clone this wiki locally