MobileForms Toolkit Documentation

ItemAdvancedComboBox.Parse Method 

Parses the new proposed text to get the new value for the control.

protected override object Parse(
string text
);

Parameters

text
Text to parse.

Return Value

The object that corresponds to the text.

Remarks

If the item is not bound, this method does nothing. Otherwise it tries to convert the text with the CurrentCulture settings, when this fails with the InvariantCulture settings. If event this fails, the existing Value is returned. The String.Empty is converted to a null reference if the target type is not string.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace