UniqueId.TryGetGuid Method (Guid%)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- guid
- Type:
System.Guid
%
The Guid if successful; otherwise, Empty.
| Exception | Condition |
|---|---|
| ArgumentNullException | buffer is Nothing. |
| ArgumentException | buffer and offset provide less than 16 valid bytes. |
Show: