Skip to content

libsodium.SecureMemoryblock.StringValue

Andrew Lambert edited this page Feb 15, 2017 · 6 revisions

##Method Signatures

 Function StringValue(Offset As UInt64, Length As UInt64) As MemoryBlock
 Sub StringValue(Offset As UInt64, Length As UInt64, Assigns NewData As MemoryBlock)

##Parameters ####StringValue(UInt64, UInt64) As MemoryBlock

Name Type Comment
Offset UInt64 The offset, in bytes, to read a string at.
Length UInt64 The length, in bytes, to read from Offset.

####StringValue(UInt64, Assigns MemoryBlock)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a string at.
Length UInt64 The length, in bytes, to write at Offset.
NewMemoryBlock Color The string to write.

##Remarks Gets and sets the MemoryBlock at the specified offset.

Clone this wiki locally