Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Byte[] DeviceArrayID = (Byte[])Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("DeviceUniqueId");
  2. string UniqueDeviceID = Convert.ToBase64String(DeviceArrayID);
  3. Debug.WriteLine("Device ID - " + UniqueDeviceID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement