ProcessInputReturn.processInputReturnValues enum

Return value types for Processing Input.

Members

All members of processInputReturnValues, including inherited members.

Variables
Modifier and Type Variable Description
public Munged The value has been adjusted from what the user did, but not in a way that affects its logical value (for example, if the lowercase attribute is set, and an uppercase character was typed in)
public Valid The value passed in is valid (or it was made valid)