BKI_DichVuMatDat.NghiepVu.f342_dat_he_so_lns_lcd_de.format_txt_so_tien C# (CSharp) Method

format_txt_so_tien() private method

private format_txt_so_tien ( ) : void
return void
        private void format_txt_so_tien()
        {
            decimal v_so_tien = 0;
            v_so_tien = CIPConvert.ToDecimal(m_txt_so_tien_lcd.Text.Trim());
            m_txt_so_tien_lcd.Text = string.Format("{0:#,##0}", v_so_tien);
        }