Idea: Simulate data submission, analyze and send back data, and extract results.
Let's first look at this website,
Http://www.developerfusion.com/tools/convert/csharp-to-vb/ [convertor]
Open the [convertor] site and use firebug or httpwatch to
. NET Framework win (next)
(Www.jojoo.net) 2001-6-5 (double-click the automatic scrolling screen to watch it, click stop, and then click ..)
I. Processing stringsThe. NET Framework class (or system class) provides a large number of core
From: http://www.dotnetcurry.com/ShowArticle.aspx? Id = 189
The following two strings are used as an example:
StringStroriginal ="These functions will come handy";StringStrmodified =String. Empty;
1. iterate a string-You can use the 'For 'loop
7. Introduction vb.net
VB.net or VB7 has many of the same syntax as the old version of Visual Basic, but in many ways it is a completely new language. And the previous version of VB is not the same, VB7 is completely object-oriented, some ordinary
Detailed approach to vb.net (iii) source code detailed-the preliminary discussion of the use of color
Create a new project and add the following controls
1. Label control: label1,label2,labred, Labblue,labgreen
2. PictureBox Control: PictureBox1
3.
Regular | string
No matter what type of application you create, you need to use a string. Regardless of how the data is stored, end users always have to deal with readable text. So, knowing how to use strings is any. NET developers need to learn the
Function
Although vb.net read XML configuration information is convenient, but sometimes the process of development or to use the INI file, in the vb.net read INI is not as convenient as VB, just wrote a function, now posted, perhaps you can use.'
1: Replace with the String.Replace function, but not case-supported.
2: Regular System.Text.Regex replacement, with regexpoption modify whether or not to support case.
3: In the case of small data, the use of string.substring and + can achieve
1. DateTime numeric type
System. DateTime currentTime = new
System. DateTime ();
1.1 take the current year, month, day, hour, minute, second
CurrentTime = System. DateTime. Now;
1.2 get current year
Int
Year = currentTime. Year;
1.3 take the
C # common functions-general,
C # common functions → general functionsReprinted address → http://www.cnblogs.com/superfang/archive/2008/07/02/1233706.htmlI used to "original address" in the past → later I found that some of them were not accurate,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.