You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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]