SerializationExtensions.ReadGuid(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a Guid struct from reader
public:
[System::Runtime::CompilerServices::Extension]
static Guid ReadGuid(System::IO::BinaryReader ^ reader);
public static Guid ReadGuid (this System.IO.BinaryReader reader);
static member ReadGuid : System.IO.BinaryReader -> Guid
<Extension()>
Public Function ReadGuid (reader As BinaryReader) As Guid
Parameters
- reader
- BinaryReader
The reader to read from