Bridge

String..::..JsSubstring Method

Overload List


  Name Description
Public method JsSubstring(Int32)
The substring() method returns a subset of a string between one index and another, or through the end of the string.
Public method JsSubstring(Int32, Int32)
The substring() method returns a subset of a string between one index and another, or through the end of the string.