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

C#

 
GeneralRe: XML web service Pin
Yulianto.24-May-05 18:14
Yulianto.24-May-05 18:14 
GeneralHelp with Get Set Method of property Pin
monica2k24-May-05 14:43
monica2k24-May-05 14:43 
GeneralRe: Help with Get Set Method of property Pin
Marc Clifton24-May-05 14:49
mvaMarc Clifton24-May-05 14:49 
GeneralGetManifestResourceStream Pin
Marc Clifton24-May-05 11:23
mvaMarc Clifton24-May-05 11:23 
GeneralRe: GetManifestResourceStream Pin
mav.northwind24-May-05 20:10
mav.northwind24-May-05 20:10 
GeneralRe: GetManifestResourceStream Pin
Marc Clifton25-May-05 0:14
mvaMarc Clifton25-May-05 0:14 
GeneralProcessing strings in C# Pin
DEWright_CA24-May-05 11:04
DEWright_CA24-May-05 11:04 
GeneralRe: Processing strings in C# Pin
User 665824-May-05 11:10
User 665824-May-05 11:10 
DEWright_CA wrote:
Question 1. What is my syntax for the split??

string foo = "nowhere_here";
string newstring = foo.Substring(foo.IndexOf('_')+1);



DEWright_CA wrote:
Question 2. How should I do the func? public string public void? then what do I say in the main string to get the value that is the result of the func??

public/private/protected (static) string Foo(string bla) { ... }


Depends on where you want the function to be accesible from and whether you want it to be static or not.

regards

modified 12-Sep-18 21:01pm.

GeneralRe: Processing strings in C# Pin
Anonymous24-May-05 11:15
Anonymous24-May-05 11:15 
GeneralRe: Processing strings in C# Pin
DEWright_CA24-May-05 11:27
DEWright_CA24-May-05 11:27 
GeneralRe: Processing strings in C# Pin
Christian Graus24-May-05 11:38
protectorChristian Graus24-May-05 11:38 
GeneralRe: Processing strings in C# Pin
DavidNohejl24-May-05 11:39
DavidNohejl24-May-05 11:39 
GeneralCapturing a Window Handle Pin
Anonymous24-May-05 10:27
Anonymous24-May-05 10:27 
GeneralRe: Capturing a Window Handle Pin
Dave Kreskowiak24-May-05 11:09
mveDave Kreskowiak24-May-05 11:09 
GeneralRe: Capturing a Window Handle Pin
Akrynite24-May-05 11:41
Akrynite24-May-05 11:41 
GeneralRe: Capturing a Window Handle Pin
User 665824-May-05 11:51
User 665824-May-05 11:51 
GeneralRe: Capturing a Window Handle Pin
Dave Kreskowiak24-May-05 14:38
mveDave Kreskowiak24-May-05 14:38 
GeneralRe: Capturing a Window Handle Pin
eggie524-May-05 12:37
eggie524-May-05 12:37 
GeneralArchitecture Issue Pin
parrot12324-May-05 9:30
parrot12324-May-05 9:30 
GeneralRe: Architecture Issue Pin
Marc Clifton24-May-05 11:59
mvaMarc Clifton24-May-05 11:59 
GeneralRe: Architecture Issue Pin
Anonymous24-May-05 19:24
Anonymous24-May-05 19:24 
GeneralRe: Architecture Issue Pin
Marc Clifton25-May-05 0:20
mvaMarc Clifton25-May-05 0:20 
GeneralDebugging SEHExceptions Pin
Luis Alonso Ramos24-May-05 8:51
Luis Alonso Ramos24-May-05 8:51 
QuestionDefault Enter and Cancel button C# Winforms? Pin
pankazmittal24-May-05 8:25
pankazmittal24-May-05 8:25 
AnswerRe: Default Enter and Cancel button C# Winforms? Pin
Uri Lavi24-May-05 8:38
Uri Lavi24-May-05 8:38 

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.