String..::..Substr Method (Int32)
The substr() method returns the characters in a string beginning at the specified location through the specified number of characters.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- start
- Type: System..::..Int32
Location at which to begin extracting characters. If a negative number is given, it is treated as strLength+start where strLength = to the length of the string (for example, if start is -3 it is treated as strLength-3.)