Intersoft ClientUI Documentation
ParseValue Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDomainUpDown Class : ParseValue Method






text
User input.
Called by ApplyValue to parse user input.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function ParseValue( _
   ByVal text As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As UXDomainUpDown
Dim text As String
Dim value As Object
 
value = instance.ParseValue(text)
C# 
protected override object ParseValue( 
   string text
)
Delphi 
protected function ParseValue( 
    text: String
): TObject; override; 
JScript 
protected override function ParseValue( 
   text : String
) : Object;
Managed Extensions for C++ 
protected: Object* ParseValue( 
   string* text
) override 
C++/CLI 
protected:
Object^ ParseValue( 
   String^ text
) override 

Parameters

text
User input.

Return Value

Value parsed from user input.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.