Aqueduct.Extensions.ControlExtensions.ToInt32 C# (CSharp) Method

ToInt32() public static method

public static ToInt32 ( this control ) : int?
control this
return int?
        public static int? ToInt32 (this ITextControl control)
        {
            return control.Text.ToInt32();
        }
        public static DateTime? ToDateTime(this ITextControl control)