Remove unnecessary string replace in Color.FromHex (#477)
authorPhilippe Leybaert <philippe@activa.be>
Thu, 20 Oct 2016 18:23:47 +0000 (13:23 -0500)
committerJason Smith <jason.smith@xamarin.com>
Thu, 20 Oct 2016 18:23:47 +0000 (11:23 -0700)
commit76c374f56bf41eae53d8df05d11db659dc825be1
tree7ccc0916b8d797d225e27c18381bb0d8993f49be
parenta047ab48faf466bf66f1c80216c922de42eeb463
Remove unnecessary string replace in Color.FromHex (#477)

In Color.FromHex(), the ‘#’ character is stripped from the input string
twice.
Xamarin.Forms.Core/Color.cs