Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hiding a TabPage Pin
monrobot1316-Mar-03 11:45
monrobot1316-Mar-03 11:45 
GeneralRe: Hiding a TabPage Pin
Nathan Blomquist16-Mar-03 14:00
Nathan Blomquist16-Mar-03 14:00 
GeneralRe: Hiding a TabPage Pin
monrobot1317-Mar-03 4:53
monrobot1317-Mar-03 4:53 
GeneralNew guid as default value in column Pin
..Hubert..15-Mar-03 14:27
..Hubert..15-Mar-03 14:27 
Generaldatabinding and controls Pin
..Hubert..15-Mar-03 14:10
..Hubert..15-Mar-03 14:10 
GeneralRe: databinding and controls Pin
leppie15-Mar-03 20:27
leppie15-Mar-03 20:27 
GeneralRe: databinding and controls Pin
..Hubert..16-Mar-03 11:34
..Hubert..16-Mar-03 11:34 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:52
sussMichal Januszczyk15-Mar-03 5:52 
how to do the following using .NET

I have the following XML document :

3.14159

If I were using COM MSXML parser, I could get
NodeTypedValue property to get "strongly-typed"
value.

b= XMLDocument.SelectSingleNode("//b");
variant value = b.NodeTypedValue;
//now the variant contains double value.


The question is:
how to achieve the same using C# ?
Value property of XMLNode object returns String
type, wchich i have to convert to get desired type...
How to do this without explicit conversion (by the means
of XMLConvert class or similar...)


Thanks
Michal Januszczyk
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 6:52
Stephane Rodriguez.15-Mar-03 6:52 
GeneralRe: strong type in XML Pin
Jeff J15-Mar-03 10:10
Jeff J15-Mar-03 10:10 
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 11:17
Stephane Rodriguez.15-Mar-03 11:17 
GeneralStarting Process problem Pin
Mazdak15-Mar-03 5:41
Mazdak15-Mar-03 5:41 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 6:31
Stephane Rodriguez.15-Mar-03 6:31 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 9:33
Mazdak15-Mar-03 9:33 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 11:10
Stephane Rodriguez.15-Mar-03 11:10 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 18:18
Mazdak15-Mar-03 18:18 
GeneralAdding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 2:09
Vasudevan Deepak Kumar15-Mar-03 2:09 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Stephane Rodriguez.15-Mar-03 2:44
Stephane Rodriguez.15-Mar-03 2:44 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore15-Mar-03 22:33
Rocky Moore15-Mar-03 22:33 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 22:57
Vasudevan Deepak Kumar15-Mar-03 22:57 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
leppie15-Mar-03 23:12
leppie15-Mar-03 23:12 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore17-Mar-03 1:24
Rocky Moore17-Mar-03 1:24 
GeneralReading Microsoft IE Proxy Settings Pin
Vasudevan Deepak Kumar15-Mar-03 1:44
Vasudevan Deepak Kumar15-Mar-03 1:44 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Stephane Rodriguez.15-Mar-03 2:43
Stephane Rodriguez.15-Mar-03 2:43 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Thomas Freudenberg2-Jun-03 1:43
Thomas Freudenberg2-Jun-03 1:43 

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.