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






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

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function ParseValue( _
   ByVal text As String _
) As T
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownItemsBase(Of T)
Dim text As String
Dim value As T
 
value = instance.ParseValue(text)
C# 
protected abstract T ParseValue( 
   string text
)
Delphi 
protected function ParseValue( 
    text: String
): T; abstract; 
JScript 
protected __abstract function ParseValue( 
   text : String
) : T;
Managed Extensions for C++ 
protected: abstract T* ParseValue( 
   string* text
) 
C++/CLI 
protected:
abstract T^ ParseValue( 
   String^ text
) 

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.