I use this code to read values from the registry:
appManufacturer = (string)subKey.GetValue("Publisher");
The value in the registry looks like this:
When I looked at the string during debugging value was "Microsoft \0". Why? Where did "\0" comes from? What do i do wrong here?