In this post I will show you how to retrieve portion of a string using String.Substring method. To retrieve portion of a string, String.Substring method requires two integer parameter a startindex and a length. Startindex specifies from which position we need retrieve the required portion of the string. and length of the string we needed. [...]
| By admin on Jun.18.11 | Continue Reading |