Home > Net >  Beginner c # problem
Beginner c # problem

Time:11-05

In c # string sendString=sendString. Substring (3) : string [] sS=sendString. Split (' ') : what's the meaning of what a great god explain

CodePudding user response:

Also need to explain this? The mouse pointing function visible function description, or to data access function can be,

CodePudding user response:

1 Internet search developer tools
2 the start page interface open can also be the programming software

CodePudding user response:

Examples of the first thing you should have problems
1. At the end of the statement is; Instead of:
2. Single quotes is English rather than Chinese
3. The string sendString=sendString. Substring (3); If the statement before sendString can cause naming conflicts

Then the answer
1. SendString=sendString. Substring (3);
The string sendString top three characters to remove

2. The string [] sS=sendString. Split (' ') :
The string sendString shall be carried out in accordance with the space segmentation, segmentation results in the sS
  •  Tags:  
  • C#
  • Related