String..::..Substr Method
Overload List
Name | Description | |
---|---|---|
![]() |
Substr(Int32) |
The substr() method returns the characters in a string beginning at the specified location through the specified number of characters.
|
![]() |
Substr(Int32, Int32) |
The substr() method returns the characters in a string beginning at the specified location through the specified number of characters.
|