Substring Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
String Class
String Methods
Substring Method
Substring Method (Int32)
Substring Method (Int32, Int32 ...
String Methods
Any Method
AsQueryable Method
Average Method
Clone Method
Compare Method
CompareOrdinal Method
CompareTo Method
Concat Method
Contains Method
Contains Method
Copy Method
CopyTo Method
Count Method
DefaultIfEmpty Method
Distinct Method
EndsWith Method
Equality Operator
Equals Method
Except Method
First Method
FirstOrDefault Method
Format Method
GetEnumerator Method
GetHashCode Method
GetTypeCode Method
IConvertible.ToBoolean Method
IConvertible.ToByte Method
IConvertible.ToChar Method
IConvertible.ToDateTime Method
IConvertible.ToDecimal Method
IConvertible.ToDouble Method
IConvertible.ToInt16 Method
IConvertible.ToInt32 Method
IConvertible.ToInt64 Method
IConvertible.ToSByte Method
IConvertible.ToSingle Method
IConvertible.ToType Method
IConvertible.ToUInt16 Method
IConvertible.ToUInt32 Method
IConvertible.ToUInt64 Method
IEnumerable(Char).GetEnumerato ...
IEnumerable.GetEnumerator Meth ...
IndexOf Method
IndexOfAny Method
Inequality Operator
Insert Method
Intern Method
Intersect Method
IsInterned Method
IsNormalized Method
IsNullOrEmpty Method
Join Method
Last Method
LastIndexOf Method
LastIndexOfAny Method
LastOrDefault Method
LongCount Method
Max Method
Min Method
Normalize Method
PadLeft Method
PadRight Method
Remove Method
Replace Method
SequenceEqual Method
Single Method
SingleOrDefault Method
SkipWhile Method
Split Method
StartsWith Method
Substring Method
Sum Method
TakeWhile Method
ToCharArray Method
ToLower Method
ToLowerInvariant Method
ToString Method
ToUpper Method
ToUpperInvariant Method
Trim Method
TrimEnd Method
TrimStart Method
Union Method
Where Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
String
.
.
::
.
Substring Method
Retrieves a substring from this instance.
Overload List
Name
Description
Substring(Int32)
Retrieves a substring from this instance. The substring starts at a specified character position.
Substring(Int32, Int32)
Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.
Top
See Also
Reference
String Class
String Members
System Namespace
Tags :