Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with the recursion logic
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01567554
Message ID:
01567617
Views:
22
>Have you looked into XML serialization? Reading and writing XML using string functions is not always the fastest and easiest way.

In my particular case the data are already saved in the text column in pseudo-XML format (pseudo, because the root node may be missing).

My task is to format the data the same way it was done in VFP to pass to our C++ application. In VFP there was recursive function using strextract and the like string functions. May be that's why I was thinking that I do need recursion in C# also, although it may be not true.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform