nfill


Description:

[ CCode ( cname = "g_strnfill" ) ]
public static string nfill (size_t length, char fill_char)

Creates a new string length bytes long filled with fill_char.

Parameters:

length

the length of the new string

fill_char

the byte to fill the string with

Returns:

a newly-allocated string filled with fill_char