Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Alsing committed Mar 9, 2011
1 parent 77b2368 commit 82f7c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/fastJSON/JSON.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ System.ComponentModel.NullableConverter nullableConverter
}


return Convert.ChangeType(value, conversionType,System.Globalization.CultureInfo.InstalledUICulture);
return Convert.ChangeType(value, conversionType,System.Globalization.CultureInfo.InvariantCulture);
}

private Hashtable CreateHashtable(ArrayList reader)
Expand Down

0 comments on commit 82f7c15

Please sign in to comment.