Intersoft ClientUI Documentation
ParseValue Method (UXNumericUpDown)



User input.
Called by ApplyValue to parse user input as a decimal number.
Syntax
Protected Overrides Function ParseValue( _
   ByVal text As String _
) As Nullable(Of Decimal)
Dim instance As UXNumericUpDown
Dim text As String
Dim value As Nullable(Of Decimal)
 
value = instance.ParseValue(text)
protected override Nullable<decimal> ParseValue( 
   string text
)
protected:
Nullable<decimal> ParseValue( 
   String^ text
) override 

Parameters

text
User input.

Return Value

Value parsed from user input.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNumericUpDown Class
UXNumericUpDown Members

Send Feedback