Bridge

String..::..Substr Method

Overload List


  Name Description
Public method Substr(Int32)
The substr() method returns the characters in a string beginning at the specified location through the specified number of characters.
Public method Substr(Int32, Int32)
The substr() method returns the characters in a string beginning at the specified location through the specified number of characters.