UtilSharedMemoryReadString Method

Overload List

ReadString(MemoryMappedFile, Int64, Int64, Encoding) Reads a byte sequence from a start position to an end position of an existing MemoryMappedFile, decodes the byte data using the specified Encoding and returns the corresponding string.
ReadString(String, Int64, Int64, Encoding) Reads a byte sequence from a start position to an end position of an existing MemoryMappedFile, decodes the byte data using the specified Encoding and returns the corresponding string.

See Also