Method Substring
Substring(Int32)
Declaration
public string Substring(int startIndex)
Parameters
Type | Name | Description |
---|---|---|
Int32 | startIndex |
Returns
Type | Description |
---|---|
String |
Substring(Int32, Int32)
Declaration
public string Substring(int startIndex, int length)
Parameters
Type | Name | Description |
---|---|---|
Int32 | startIndex | |
Int32 | length |
Returns
Type | Description |
---|---|
String |