Intersoft ClientUI Documentation
ParseValue Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeUpDown 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 Nullable(Of Date)
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeUpDown
Dim text As String
Dim value As Nullable(Of Date)
 
value = instance.ParseValue(text)
C# 
protected override Nullable<DateTime> ParseValue( 
   string text
)
Delphi 
protected function ParseValue( 
    text: String
): Nullable; override; 
JScript 
protected override function ParseValue( 
   text : String
) : Nullable;
Managed Extensions for C++ 
protected: Nullable<DateTime> ParseValue( 
   string* text
) override 
C++/CLI 
protected:
Nullable<DateTime> 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.