Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool/Utilities
Jaroslaw Palczynski ad5e691054 #UE4 Fixing hack for parsing with InvariantCulture in UBT xml system.
#summary The parsing functions now look for Parse method instead of TryParse and try to find one with IFormatProvider to pass InvariantCulture. If such Parse method exists uses it, if not then tries to find one without format provider and uses that one.
#codereview Robert.Manuszewski

[CL 2042297 by Jaroslaw Palczynski in Main branch]
2014-04-23 18:02:35 -04:00
..