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 split.

num

number of characters per chunk.

Returns:

array of split strings.