remove .
This commit is contained in:
@@ -116,7 +116,8 @@ namespace rmutr_report.Controllers
|
|||||||
|
|
||||||
foreach (var boqPrice in building_fours.basic_information)
|
foreach (var boqPrice in building_fours.basic_information)
|
||||||
{
|
{
|
||||||
string str = boqPrice.list;
|
|
||||||
|
string str = boqPrice.list.Split(".").ToString();
|
||||||
if (str.Length == 4)
|
if (str.Length == 4)
|
||||||
{
|
{
|
||||||
for (int i = 1; i <= str.Length - 1; i += 4)
|
for (int i = 1; i <= str.Length - 1; i += 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user