Skip to content

libsodium.SecureMemoryblock.CString

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

Method Signatures

 Function CString(Offset As UInt64) As Color
 Sub CString(Offset As UInt64, Assigns NewString As CString)

Parameters

CString(UInt64) As CString

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

CString(UInt64, Assigns CString)

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

Remarks

Gets and sets the CString at the specified offset.

Clone this wiki locally