Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Urgent Pin
FEMDEV16-May-10 4:36
FEMDEV16-May-10 4:36 
GeneralRe: Urgent Pin
Not Active16-May-10 4:48
mentorNot Active16-May-10 4:48 
GeneralRe: Urgent Pin
#realJSOP16-May-10 6:04
mve#realJSOP16-May-10 6:04 
AnswerRe: auto generate code number Pin
Luc Pattyn16-May-10 3:26
sitebuilderLuc Pattyn16-May-10 3:26 
GeneralRe: auto generate code number Pin
FEMDEV16-May-10 4:06
FEMDEV16-May-10 4:06 
GeneralRe: auto generate code number Pin
Luc Pattyn16-May-10 4:11
sitebuilderLuc Pattyn16-May-10 4:11 
GeneralRe: auto generate code number Pin
FEMDEV16-May-10 4:37
FEMDEV16-May-10 4:37 
GeneralRe: auto generate code number Pin
Henry Minute16-May-10 4:53
Henry Minute16-May-10 4:53 
FEMDEV wrote:
stuck with how to pass a string as seperator in split function.


It may not be necessary to do this.

According to the MSDN documentation for Int32.TryParse()[^]

When this method returns, contains the 32-bit signed integer value equivalent to the number contained in s, if the conversion succeeded, or zero if the conversion failed. The conversion fails if the s parameter is null, is not of the correct format, or represents a number less than MinValue or greater than MaxValue. This parameter is passed uninitialized.
.

I didn't think that it worked like that, however, it says that it does.

From the int returned you will know how many characters to use in a String.Replace() call to insert the new value.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: auto generate code number Pin
Luc Pattyn16-May-10 5:22
sitebuilderLuc Pattyn16-May-10 5:22 
GeneralRe: auto generate code number Pin
Henry Minute16-May-10 5:29
Henry Minute16-May-10 5:29 
GeneralRe: auto generate code number Pin
Luc Pattyn16-May-10 5:38
sitebuilderLuc Pattyn16-May-10 5:38 
GeneralRe: auto generate code number Pin
Henry Minute16-May-10 5:47
Henry Minute16-May-10 5:47 
GeneralRe: auto generate code number Pin
Luc Pattyn16-May-10 5:55
sitebuilderLuc Pattyn16-May-10 5:55 
GeneralRe: auto generate code number Pin
OriginalGriff16-May-10 5:27
mveOriginalGriff16-May-10 5:27 
GeneralRe: auto generate code number Pin
Luc Pattyn16-May-10 5:33
sitebuilderLuc Pattyn16-May-10 5:33 
GeneralRe: auto generate code number Pin
OriginalGriff16-May-10 5:38
mveOriginalGriff16-May-10 5:38 
GeneralRe: auto generate code number Pin
Dave Kreskowiak16-May-10 6:46
mveDave Kreskowiak16-May-10 6:46 
QuestionGathering images and sending mouse commands on a window not in focus Pin
MafiaMoe15-May-10 21:53
MafiaMoe15-May-10 21:53 
AnswerRe: Gathering images and sending mouse commands on a window not in focus Pin
dan!sh 16-May-10 0:35
professional dan!sh 16-May-10 0:35 
QuestionImplement security in Window Forms Database application Pin
ArjenGroeneveld15-May-10 21:14
ArjenGroeneveld15-May-10 21:14 
AnswerRe: Implement security in Window Forms Database application Pin
dan!sh 16-May-10 0:37
professional dan!sh 16-May-10 0:37 
GeneralRe: Implement security in Window Forms Database application Pin
ArjenGroeneveld16-May-10 2:01
ArjenGroeneveld16-May-10 2:01 
GeneralRe: Implement security in Window Forms Database application Pin
dan!sh 16-May-10 5:15
professional dan!sh 16-May-10 5:15 
AnswerRe: Implement security in Window Forms Database application Pin
#realJSOP16-May-10 6:06
mve#realJSOP16-May-10 6:06 
QuestionKeeping records of file copying operation Pin
petta100015-May-10 20:57
petta100015-May-10 20:57 

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.