The format string which put into textbox
-
i created a silverlight project,and add some TextBox control on it,but i want to format the string which put into the TextBox,for example the length,and ASCII or Unicode,But how could i achieve it,any one help me! Thank you in advance. ;P
Where's the string coming from? You can do anything you want to the string before setting it as a textbox's text. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
i created a silverlight project,and add some TextBox control on it,but i want to format the string which put into the TextBox,for example the length,and ASCII or Unicode,But how could i achieve it,any one help me! Thank you in advance. ;P
You may want to look into using Converters. Do a msdn search on IValueConvert and you should find examples.
Troy Johnson www.anothercodesite.com/blog