Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Question about SaveToString method (Read 1019 times)
CanadaProgrammer
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 113
Joined: Jun 30th, 2011
Question about SaveToString method
Mar 4th, 2013 at 10:14pm
Print Post  
string txt1 = diagram1.SaveToString();
string txt2 = diagram1.SaveToString();

txt1 and txt2 are different, i mean values are not equal.
I can use SaveToXml or parameter but it is not best way in my case.

Is there other way to make them same.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Question about SaveToString method
Reply #1 - Mar 5th, 2013 at 7:56am
Print Post  
There isn't. The control uses some hashtables both internally for serialization and in the public API, and .NET iterates over them in indeterminate order.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint