Uiinfrastructure API Docs  
 

GeneralHelpers.ConvertToInts Method 

This method takes a String with numbers separated by ','s and splits it into an int array. If there is an error, the rest of the array is filled with 0s.

public static int[] ConvertToInts(
   string data
);

Parameters

data

Return Value

int[] the result

See Also

GeneralHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace