082 - How to use C# string Substring

preview_player
Показать описание
How to use C# string Substring

Substring in C# string Class returns a new string that is a substring of this string. The substring begins at the specified given index and extended up to the given length.

Parameters:

startIndex: The index of the start of the substring.

length: The number of characters in the substring.

Returns:

The specified substring.

Exceptions:

System.ArgumentOutOfRangeException : the beginIndex or length less than zero, or the begin index + length not within the specified string

Moreover, you should also visit our:

Skype: theenggprojects
Mobile / WhatsApp : +92-332-6062060

Thanks for Watching.
Рекомендации по теме
Комментарии
Автор

Thanks bro it's simple but effective

yogaraj
Автор

thanks for the video. you are a life saver.

SathyaPerera