ActionEngineUtilEnumerateRange Method
Return a list of items representing the start through end of the range.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static List<string> EnumerateRange(
StartEndItem range,
int digitCount = 0,
string defaultExtension = ""
)
Public Shared Function EnumerateRange (
range As StartEndItem,
Optional digitCount As Integer = 0,
Optional defaultExtension As String = ""
) As List(Of String)
No code example is currently available or this language may not be supported.
- range StartEndItem
-
Reference to the range to enumerate.
- digitCount Int32 (Optional)
-
Count of digits required on the output value.
- defaultExtension String (Optional)
-
The default extension to add to the files in the range if one
has not been supplied on the range itself.
ListString
Reference to a newly created list of items enumerating all of the
possible items in the range.
In this version, a single numerical seed can be surrounded by any
non-numerical value. If more than one numerical seed exist in the
source string, those values will be treated as literal.
If no numerical values are provided, or the pattern doesn't match
between start and end values, only the start and end values are
returned.