Method ToString
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
ToString(Int32, Int32)
Converts the value of a substring of this instance to a System.String.
Declaration
public string ToString(int startIndex, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | startIndex | The starting position of the substring in this instance. |
| System.Int32 | length | The length of the substring. |
Returns
| Type | Description |
|---|---|
| System.String | A string whose value is the same as the specified substring of this instance. |