- Jul 7, 2015
- 4
- 0
- 0
hi i m using this code .,..
object uniqueId;
byte[] DeviceIDbyte = null;
if (DeviceExtendedProperties.TryGetValue("uniqueId", out uniqueId))
{
DeviceIDbyte = (byte[])uniqueid;
string deviceid = Convert.ToBase64String(DeviceIDbyte);
MessageBox.Show(deviceid);
}
but notfind the device unique id bcz if() cindition is not true always falls
plz help
how to find DeviceuniqueID ..
object uniqueId;
byte[] DeviceIDbyte = null;
if (DeviceExtendedProperties.TryGetValue("uniqueId", out uniqueId))
{
DeviceIDbyte = (byte[])uniqueid;
string deviceid = Convert.ToBase64String(DeviceIDbyte);
MessageBox.Show(deviceid);
}
but notfind the device unique id bcz if() cindition is not true always falls
plz help
how to find DeviceuniqueID ..