robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..StringArrayToListInt Method

Strings array to int arrays.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static List<int> StringArrayToListInt(
	IEnumerable<string> array
)
Public Shared Function StringArrayToListInt ( _
	array As IEnumerable(Of String) _
) As List(Of Integer)
public:
static List<int^>^ StringArrayToListInt(
	IEnumerable<String^>^ array
)

Parameters

array
Type: IEnumerable<(Of <(<'String>)>)>
The strings array.

Return Value

int arrays.