From 0994f53c120aefa82e240f3623a894bde680165f Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Tue, 4 Apr 2023 09:45:10 +0700 Subject: [PATCH] remove . --- Controllers/building_four.Controller.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controllers/building_four.Controller.cs b/Controllers/building_four.Controller.cs index e3a4e94..48c3163 100644 --- a/Controllers/building_four.Controller.cs +++ b/Controllers/building_four.Controller.cs @@ -116,7 +116,8 @@ namespace rmutr_report.Controllers foreach (var boqPrice in building_fours.basic_information) { - string str = boqPrice.list; + + string str = boqPrice.list.Split(".").ToString(); if (str.Length == 4) { for (int i = 1; i <= str.Length - 1; i += 4)