Show / Hide Table of Contents

Method ToString

| Improve this Doc View Source

ToString()

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest