splitByNum


Description:

public static string[] splitByNum (string str, uint num)

Split the string by the specified number of characters and returns it as an array of strings.

Parameters:

str

Character string to be splited

Returns:

Array of split string.