ActionEngineUtilGetIndexValue Method

Return the binary index value of the numerical filename pattern.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static int GetIndexValue(
	string filename
)

Parameters

filename  String
Name of the file to check for index value.

Return Value

Int32
Numerical index value found within the caller's filename, if found. Otherwise, 0.

See Also