Hi In my Burn project, I need to read a version string from a registry key and then split it based on Dots, separately into Major Minor, Build, Rev and have to use Major and Minor in some conditions. I can read registry using Util extension, but how to split the string? Regards