| MemoryMappedViewAccessor: ReadBoolean |
Reads a boolean value from the accessor.
Public Function ReadBoolean( ByVal Position As Long ) As Boolean
| Exception | Condition |
|---|---|
| ArgumentException | There are not enough bytes after Position to read a value. |
| ArgumentOutOfRangeException | Position is less than zero or greater than the capacity of the accessor. |
| NotSupportedException | The accessor does not support reading. |