ActionEngineUtilGetIndexValue Method
Return the binary index value of the numerical filename pattern.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static int GetIndexValue(
string filename
)
Public Shared Function GetIndexValue (
filename As String
) As Integer
No code example is currently available or this language may not be supported.
- filename String
-
Name of the file to check for index value.
Int32
Numerical index value found within the caller's filename, if found.
Otherwise, 0.