Dynamicweb 8 Documentation
Input Class Methods


For a list of all members of this type, see Input members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FormatBooleanOverloaded. Determines wether or not input is 'something' (as opposed to nothing), and if the object type is a boolean. If so, the function returns the value of the boolean object. In all other cases false is returned.  
Public Methodstatic (Shared in Visual Basic)FormatDoubleOverloaded. Formats the input to a valid double. If the specified input is not a valid double, then 0 is returned.  
Public Methodstatic (Shared in Visual Basic)FormatIntegerFormats the input to a valid integer. If the specified input is not a valid integer, then 0 is returned.  
Public Methodstatic (Shared in Visual Basic)FormatLongFormats the input to a valid long. If the specified input is not a valid long, then 0 is returned.  
Public Methodstatic (Shared in Visual Basic)FormatStringFormats the input to a valid string. If the specified input is not a valid string, then String.Empty is returned.  
Public Methodstatic (Shared in Visual Basic)ParseDoubleParses the input to a valid double. If the specified input is not a valid double, then 0 is returned.  
Public Methodstatic (Shared in Visual Basic)RequestOverloaded. Gets the specified string from the QueryString, Form, Cookies, or ServerVariables collections.  
Public Methodstatic (Shared in Visual Basic)RequestBooleanGets the specified boolean from the QueryString, Form, Cookies, or ServerVariables collections.  
Public Methodstatic (Shared in Visual Basic)RequestDoubleGets the specified double from the QueryString, Form, Cookies, or ServerVariables collections.  
Public Methodstatic (Shared in Visual Basic)RequestIntegerGets the specified integer from the QueryString, Form, Cookies, or ServerVariables collections.  
Public Methodstatic (Shared in Visual Basic)RequestLongGets the specified long from the QueryString, Form, Cookies, or ServerVariables collections.  
Top
See Also

Reference

Input Class
Dynamicweb Namespace

Send Feedback