Validator
Object Hierarchy:
Description:
public class Validator :
Object
Provides commonly-used validators for use in forms.
Content:
Static methods:
- public static bool max_length (string value, int max_length)
Return true if value's length is less than or equal to max_length.
- public static bool min_length (string value, int min_length)
Return true if value's length is greather than or equal to min_length.
- public static bool is_numeric (string value)
Return true if value is completely numeric.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object