Horje
c# detect if string has a nubmer and store it Code Example
c# detect if string has a nubmer and store it
string input = Console.ReadLine();
int parsedId;
int.TryParse(input, out parsedId)
//i tried it on string that are more than just numbers it can detect but cant store
//example input=65,parsedId=65    input=65acd,parseid=0 ??
//i say youre better of learning regex or linq (i know it sucks)
//upvote so my whore ex wife gives me back the kids




Csharp

Related
c# determine configration at runtime Code Example c# determine configration at runtime Code Example
c# start as adminstrator Code Example c# start as adminstrator Code Example
C# socket bind to dns name Code Example C# socket bind to dns name Code Example
when do i need to end a sentence with ; in c# Code Example when do i need to end a sentence with ; in c# Code Example
unity destroy object when out of screen Code Example unity destroy object when out of screen Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9