Converts the value to its equivalent string representation
Example: Unichar to string:
public static int main () { unichar num = 'Ω'; print ("%s\n", num.to_string ()); return 0;}
valac --pkg glib-2.0 unichar.to_string.vala