/[projects]/dao/DaoMqPump2/DaoCommon/Salt2Helper.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoCommon/Salt2Helper.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2173 by torben, Sat May 17 10:53:58 2014 UTC revision 2174 by torben, Sat May 17 11:25:26 2014 UTC
# Line 23  namespace DaoCommon Line 23  namespace DaoCommon
23              header.modtager = salt2String.Substring(5, 5);              header.modtager = salt2String.Substring(5, 5);
24              header.transaktionForkortelse = salt2String.Substring(55, 4);              header.transaktionForkortelse = salt2String.Substring(55, 4);
25    
26                header.afsender = header.afsender.Trim().ToUpper();
27              header.transaktionForkortelse = header.transaktionForkortelse.Trim();              header.modtager = header.modtager.Trim().ToUpper();
28                header.transaktionForkortelse = header.transaktionForkortelse.Trim().ToUpper();
29    
30              return header;              return header;
31          }          }

Legend:
Removed from v.2173  
changed lines
  Added in v.2174

  ViewVC Help
Powered by ViewVC 1.1.20