No announcements
Found 1023146 threads
-
0 Votes
Parsing tnsnames.ora in c#
Hi experts, I am trying to parse tnsnames.ora file in c# to return the connections entries in the .ora file to list of collection in c#, I've ...Discussion | 2 Replies | 3013 Views | Created by Seham_1981 - Saturday, November 14, 2020 8:58 AM | Last reply by Viorel_ - Saturday, November 14, 2020 4:03 PM -
2 Votes
c# parsing
Willis : Does this help with parsing ?Answered | 4 Replies | 1433 Views | Created by Nehemiah Willis - Friday, January 4, 2013 6:42 PM | Last reply by Nehemiah Willis - Monday, January 7, 2013 6:20 PM -
0 Votes
connecting to the oracle db using tnsnames.ora file
The tnsnames file goes into the installation location of the oracle client... for example C:\OracleClient\product\11.2.0\client_1\network\adminAnswered | 7 Replies | 2367 Views | Created by cally_kalpana - Wednesday, May 14, 2014 7:58 AM | Last reply by cally_kalpana - Saturday, May 17, 2014 5:14 PM -
0 Votes
Parsing expression in C#
Viorel_'s reply has a good direction to parse expression.Answered | 3 Replies | 960 Views | Created by ANi2000 - Wednesday, January 24, 2018 2:09 AM | Last reply by Fei Hu - Thursday, January 25, 2018 7:32 AM -
1 Votes
C# linq to parse xml
I would like to parse an xml file using linq in a C#2010 application.Answered | 4 Replies | 3973 Views | Created by wendy elizabeth - Wednesday, August 29, 2012 3:21 AM | Last reply by wendy elizabeth - Wednesday, August 29, 2012 1:42 PM -
0 Votes
Parsing a Word 2003 document with C#
Welcome to the C# Forum!Answered | 2 Replies | 4402 Views | Created by Zuggg - Monday, January 10, 2011 12:39 PM | Last reply by Neddy Ren - Wednesday, January 12, 2011 3:34 AM -
0 Votes
Parsing .xfdl file using c#
Hello All, I am developing app using c#.Answered | 1 Replies | 1543 Views | Created by Ganesh_CN - Thursday, January 22, 2015 11:58 AM | Last reply by Risa- - Friday, January 23, 2015 6:27 AM -
0 Votes
PAC file parsing in C#
i have a PAC (Proxy Auto Config) file - Proxy.pac ( a simple javascript file) from my C# code i need to parse this file, execute functions & return the result ...Answered | 1 Replies | 9498 Views | Created by Kangit - Tuesday, August 12, 2008 12:29 PM | Last reply by ashawani_dubey - Thursday, November 13, 2008 8:39 AM -
0 Votes
Parsing arguments to C Win32 project
Hmm, I'm wondering if you are using the word parse incorrectly here.Answered | 2 Replies | 4789 Views | Created by Thanos Stavratis - Tuesday, December 7, 2010 8:23 AM | Last reply by Jesse Jiang - Monday, December 13, 2010 2:18 AM -
3 Votes
C# - Parsing XML - Best Approach
XML Parsing leveenaAnswered | 4 Replies | 63577 Views | Created by GSP_T - Saturday, January 21, 2012 9:18 PM | Last reply by leveena_lap - Thursday, June 12, 2014 5:58 AM -
4 Votes
C# UWP app JSON parsing
Thank you I ended up creating a separate class to store the variables and cleaned up the parsing and now the data is accessible in all classes.Answered | 7 Replies | 1483 Views | Created by CMCTS - Friday, February 2, 2018 2:00 AM | Last reply by Roy Li - Wednesday, February 14, 2018 7:50 AM -
6 Votes
C# Double parse
hi, I want to check if my string is double or string... if its a string I want to replace it with 0 var mScore = "NaN"; If i ...Answered | 7 Replies | 1689 Views | Created by StSingh - Thursday, December 6, 2018 10:38 PM | Last reply by StSingh - Wednesday, December 12, 2018 11:11 AM -
0 Votes
WSDL parsing with C# code
I have a need to manually parse WSDL documents and after some research stumbled upon the ServiceDescription class which looks like it fit what I need to do.Answered | 3 Replies | 31879 Views | Created by Rick Strahl [old] - Saturday, May 26, 2007 10:53 PM | Last reply by Frank Xu Lei - Thursday, March 3, 2011 5:35 AM -
2 Votes
parse
If you disassemble the call int.Parse looks like public static int Parse(string s) { return Number.ParseInt32(s, NumberStyles.Integer, ...Answered | 8 Replies | 1769 Views | Created by arkiboys - Tuesday, June 12, 2012 12:43 PM | Last reply by Kris444 - Tuesday, June 12, 2012 4:12 PM -
0 Votes
c# JSON parse
http://forums.asp.net/37.aspx/1?Answered | 1 Replies | 1226 Views | Created by Xizit - Saturday, July 18, 2015 5:15 PM | Last reply by Dave Patrick - Saturday, July 18, 2015 5:23 PM -
0 Votes
Parsing XML with Namespaces C#
= null) { val = b.Value; } In essence you are parsing based on those names, and ignoring namespaces.Answered | 2 Replies | 17480 Views | Created by exdox77 - Wednesday, October 24, 2012 12:00 AM | Last reply by DDarwin - Wednesday, October 24, 2012 8:43 PM -
0 Votes
Reading email in outlook with c# and parsing the body
Secondly, if you don’t familiar with VBA, you could create an outlook add-in project and use C# to achieve that.Answered | 2 Replies | 6686 Views | Created by SMX867 - Wednesday, April 22, 2015 4:38 PM | Last reply by Starian chen - Thursday, April 23, 2015 7:34 AM -
1 Votes
Parsing Text Document in C#
{ staticvoid Main(string[] args) { ...Answered | 8 Replies | 3827 Views | Created by Rannonange - Friday, July 26, 2013 4:07 PM | Last reply by PaulDAndrea - Saturday, July 27, 2013 5:14 AM -
0 Votes
parse string to variable name c#
Any help will be greatly appreciated string agtname; int lim; //limit for(int i = 1; iAnswered | 4 Replies | 30304 Views | Created by Emersont1 - Monday, August 18, 2014 5:13 AM | Last reply by Cor Ligthert - Monday, August 18, 2014 11:59 AM -
0 Votes
C++ API references to parse command line parameters.
Hello If you need to parse an entire Commanline string have a look at CommandLineToArgvW which you find in Shell32.dll ElmüAnswered | 3 Replies | 5900 Views | Created by SoniaJulka - Thursday, September 7, 2006 7:22 PM | Last reply by Elmue - Wednesday, January 28, 2009 8:20 PM - Items 1 to 20 of 1023146 Next ›
No announcements