No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I am making a page which pulls from the user's browser their preferred language, via the Request.UserLanguages....which returns a two letter code (ex. "en") or detailed code (ex. "en-GB"). I basically get the string of user languages (they are in order of preference) and store them in a string array. … | |
Re: Try this: [code=c] InputUtility.GetDouble(numChoice); //Pass your text into the method [/code] It's simply this.... CLASSNAME.METHODNAME() ...any parameters go in the paranthesis and are seperated by commas. [URL="http://msdn.microsoft.com/en-us/library/f02979c7.aspx"]http://msdn.microsoft.com/en-us/library/f02979c7.aspx[/URL] On the TryParse method... [URL="http://www.java2s.com/Code/CSharp/Language-Basics/Illustratestheuseofoutparameters.htm"]http://www.java2s.com/Code/CSharp/Language-Basics/Illustratestheuseofoutparameters.htm [/URL] On the use of "[B]out[/B]" in method parameters *Note: this confused me a good deal, never seen … |
The End.