Commit a0f162f1 authored by Clint.Network's avatar Clint.Network

Debugging Culture Error

parent 288f48cc
......@@ -36,7 +36,7 @@ namespace Stratis.Guru.Controllers
{
var rqf = Request.HttpContext.Features.Get<IRequestCultureFeature>();
Console.WriteLine(JsonConvert.SerializeObject(rqf.RequestCulture.Culture.NumberFormat, Formatting.None));
Console.WriteLine(JsonConvert.SerializeObject(rqf.RequestCulture.Culture.NumberFormat, Formatting.Indented));
double displayPrice = 0;
double last24Change = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment