No announcements
Found 25634 threads
-
0 Votes
permutation of a string
char *strInput, const int pos) { for (int i = pos + 1; i < sizeof(strInput)-2; i++) { for (int j = ...Unanswered | 3 Replies | 4196 Views | Created by balaji.the techie - Wednesday, December 26, 2007 12:18 PM | Last reply by abdul_rahim_8bf8da - Monday, January 28, 2008 12:02 PM -
0 Votes
Dictionary<string, Dictionary<string, string>> ????
I have a program that students sign up and their information store in a Dictionary<string, string>.Answered | 3 Replies | 2402 Views | Created by samin110 - Tuesday, October 13, 2015 8:46 AM | Last reply by samin110 - Saturday, October 17, 2015 3:41 PM -
0 Votes
Sub strings
.NET Development Forums > .NET Base Class Library > Convert Collection of strings to a string and the opposite located ...Answered | 1 Replies | 8192 Views | Created by John Rowell - Thursday, October 22, 2009 4:45 AM | Last reply by Shrikant Maske - Saturday, October 31, 2009 12:52 AM -
0 Votes
Query String
using query stringAnswered | 1 Replies | 10344 Views | Created by developer_abhi - Saturday, June 5, 2010 7:45 AM | Last reply by Dinesh Kattameda - Wednesday, June 9, 2010 6:41 AM -
1 Votes
String was not recognized as a valid DateTime
Full Stack: [FormatException: String was not recognized as a valid DateTime.]Answered | 3 Replies | 7058 Views | Created by Juan Solares - Monday, April 16, 2012 11:26 PM | Last reply by Juan Solares - Friday, May 4, 2012 5:16 PM -
0 Votes
max length of powerhshell string?
If you need to manipulate very large strings consider using file IO.Answered | 5 Replies | 3702 Views | Created by mats42 - Monday, November 18, 2013 8:37 AM | Last reply by jrv - Monday, November 18, 2013 11:07 AM -
1 Votes
Searching INI files - to select-string or not to select-string?
I've found I can use select-string to locate the sections in the remote files, but I want to, once I find the sections, return the information between that section and the ...Answered | 2 Replies | 2217 Views | Created by BAWrites - Thursday, January 14, 2016 9:33 PM | Last reply by BAWrites - Friday, January 15, 2016 1:48 PM -
0 Votes
cmd.exe batch script - using a string (not single chacter) to as a delimiter to extract a string from a string
I don't understand the mechanism, the exact points of the syntax, that assigned the resulting substrings of %string% to %before% and %after%.Answered | 5 Replies | 1701 Views | Created by edstevensdba - Friday, March 11, 2016 3:56 PM | Last reply by Bill_Stewart - Sunday, March 13, 2016 12:22 AM -
0 Votes
how to display a string in webbrowser
actually my string content is in xml format which contains number of tags regarding images,ids, and title(string) so i have to display these images , ids and tilte ...Answered | 2 Replies | 8849 Views | Created by Ravi Tibrewal - Wednesday, July 1, 2009 10:31 AM | Last reply by Ravi Tibrewal - Wednesday, July 1, 2009 11:25 AM -
0 Votes
qurey string problem
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim XMLDoc As XmlDocument = New XmlDocument() ...Answered | 1 Replies | 9500 Views | Created by preefctman - Tuesday, May 4, 2010 6:26 AM | Last reply by mnmagri - Tuesday, May 4, 2010 11:08 AM -
1 Votes
VB6 getprivateprofle string problem
I was wondering what I am i doing incorrectly in the following code to retrieve a connection string from an .ini file.Answered | 1 Replies | 1435 Views | Created by Gene.Martin - Thursday, May 22, 2014 7:52 PM | Last reply by Reed Kimble - Thursday, May 22, 2014 10:20 PM -
0 Votes
C# .net List<string>
You will have to use string functions to parse a 'column' - Split sounds like a good start.Answered | 1 Replies | 10672 Views | Created by H-Pie - Wednesday, September 16, 2009 6:39 PM | Last reply by Karel Zikmund - Thursday, September 17, 2009 10:52 PM -
1 Votes
"Input string is not in the correct format"
"Input string not in correct format" Please create new fix.Answered | 6 Replies | 8912 Views | Created by fguasto - Tuesday, September 14, 2010 12:28 AM | Last reply by ThousandFingers - Monday, December 31, 2012 7:12 AM -
0 Votes
Masking of query string parameters
Answered | 7 Replies | 1782 Views | Created by .Newnetdeveloper - Sunday, January 18, 2015 1:28 AM | Last reply by Caillen - Sunday, January 25, 2015 8:16 AM -
1 Votes
Send String to SAP
I need to send a String back to SAP.Answered | 1 Replies | 1703 Views | Created by StudentProgrammer2009 - Wednesday, May 29, 2013 7:47 PM | Last reply by pvdg42 - Wednesday, May 29, 2013 9:43 PM -
3 Votes
Input string is not in correct format
"Input string in wrong format".Answered | 24 Replies | 14770 Views | Created by motorlady35 - Friday, June 18, 2010 11:36 AM | Last reply by ThousandFingers - Monday, December 31, 2012 7:05 AM -
0 Votes
CRM 4.0 Connection string
Hi, Can anyone tell me where does CRM 4.0 keep its connection strings ?Answered | 1 Replies | 9414 Views | Created by Neven Klofutar - Monday, November 16, 2009 2:16 PM | Last reply by ckeller - Monday, November 16, 2009 2:28 PM -
1 Votes
Internationalization and general string formating
Hi, I'm working in C++ porting to UNICODE and attempting to localize all strings.Answered | 1 Replies | 4435 Views | Created by dcaputi - Thursday, April 5, 2012 7:13 PM | Last reply by Luigi Bruno - Thursday, April 5, 2012 8:26 PM -
0 Votes
string manipulation question
I want to check first the string to see if there is any ; or , in the string and if it is then fetch the first email address only how can i do ...Answered | 1 Replies | 1045 Views | Created by Incredible15 - Thursday, December 11, 2014 3:32 PM | Last reply by Kareninstructor - Thursday, December 11, 2014 3:52 PM -
0 Votes
Connnection String -- help
I'm attempting to use a Connection String to add my server (ideally, Active Directory) to the Data Source Catalog in Front Page.Answered | 1 Replies | 9838 Views | Created by gina-b - Wednesday, June 11, 2008 7:01 PM | Last reply by Shrikant Maske - Monday, November 10, 2008 10:07 AM - Items 1 to 20 of 25634 Next ›
No announcements