Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: string vs. String; (string) casting vs. ToString() Pin
jparsons17-Jul-02 3:51
jparsons17-Jul-02 3:51 
GeneralRe: string vs. String; (string) casting vs. ToString() Pin
Mazdak17-Jul-02 9:17
Mazdak17-Jul-02 9:17 
GeneralFile Verifying Pin
Nnamdi Onyeyiri16-Jul-02 21:16
Nnamdi Onyeyiri16-Jul-02 21:16 
GeneralRe: File Verifying Pin
leppie16-Jul-02 22:32
leppie16-Jul-02 22:32 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 0:10
Nnamdi Onyeyiri17-Jul-02 0:10 
GeneralRe: File Verifying Pin
leppie17-Jul-02 0:45
leppie17-Jul-02 0:45 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 0:53
Nnamdi Onyeyiri17-Jul-02 0:53 
GeneralRe: File Verifying Pin
leppie17-Jul-02 1:06
leppie17-Jul-02 1:06 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 2:01
Nnamdi Onyeyiri17-Jul-02 2:01 
GeneralRe: File Verifying Pin
leppie17-Jul-02 2:32
leppie17-Jul-02 2:32 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 2:34
Nnamdi Onyeyiri17-Jul-02 2:34 
GeneralRe: File Verifying Pin
leppie17-Jul-02 3:19
leppie17-Jul-02 3:19 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 4:02
Nnamdi Onyeyiri17-Jul-02 4:02 
GeneralRe: File Verifying Pin
leppie17-Jul-02 10:20
leppie17-Jul-02 10:20 
GeneralRe: File Verifying Pin
Nnamdi Onyeyiri17-Jul-02 0:11
Nnamdi Onyeyiri17-Jul-02 0:11 
GeneralWindows Service won't start.... Pin
Jason.NET16-Jul-02 11:20
Jason.NET16-Jul-02 11:20 
QuestionPainting a component *after* the form is displayed? Pin
Zombies with Coffee, LLC16-Jul-02 11:21
professionalZombies with Coffee, LLC16-Jul-02 11:21 
AnswerRe: Painting a component *after* the form is displayed? Pin
Nathan Blomquist17-Jul-02 8:27
Nathan Blomquist17-Jul-02 8:27 
GeneralWindows API Call to change resolution Pin
Brian Olej16-Jul-02 10:35
Brian Olej16-Jul-02 10:35 
GeneralRe: Windows API Call to change resolution Pin
Eric Gunnerson (msft)17-Jul-02 13:40
Eric Gunnerson (msft)17-Jul-02 13:40 
GeneralRe: Windows API Call to change resolution Pin
Brian Olej17-Jul-02 14:44
Brian Olej17-Jul-02 14:44 
GeneralRe: Windows API Call to change resolution Pin
NormDroid20-Jul-02 23:52
professionalNormDroid20-Jul-02 23:52 
QuestionLibrary File? Pin
mtito16-Jul-02 5:19
sussmtito16-Jul-02 5:19 
AnswerRe: Library File? Pin
SHaroz16-Jul-02 8:29
SHaroz16-Jul-02 8:29 
GeneralXmlTransformation output to string Pin
tomiga16-Jul-02 4:23
tomiga16-Jul-02 4:23 
I have to use xml transformation.
The simplest way is

<br />
XslTransform xsltransform = new XslTransform();<br />
xsltransform.Load("favorite.xsl");<br />
xsltransform.Transform("MyDocument.xml", "TransformResult.xml");<br />


But it is necessery for me to put output of transformation not to file but to string... (all of overloaded members of Transform has file or stream)

Do you have any idea?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.