platform_device_id
platform_device_id copied to clipboard
Get to the special characters on Windows platform
Getting a UUID on the Windows platform gets the newline character.
D:\MyData\xxxxx>wmic csproduct get uuid
UUID
5D1DC14B-754E-4797-AFEA-4237AA0F7018
D:\MyData\xxxxx>
So I will get the string contains \r\n\r\n. This causes the program to run incorrectly, so can the library handle the problem?