String..::..JsSubstring Method
Overload List
Name | Description | |
---|---|---|
![]() |
JsSubstring(Int32) |
The substring() method returns a subset of a string between one index and another, or through the end of the string.
|
![]() |
JsSubstring(Int32, Int32) |
The substring() method returns a subset of a string between one index and another, or through the end of the string.
|