© Copyright 2023, Astera Software
Name
Substring
Applicable To (DataType)
String
Purpose
To retrieve the characters from a specified string.
Description
Gets all the characters from the specified string beginning with startAt position.
Return Type
String
Syntax
str [System.String] – string whose part will be returned.
startAt [System.Int64] – start position of the string to return.