Xceed DataGrid for Silverlight Documentation
QueryTextFromValueCore Method


An object representing the value whose string representation is to be returned.
Queries the specified value and returns its string representation.
Syntax
'Declaration
 
Protected Function QueryTextFromValueCore( _
   ByVal value As Object _
) As String
'Usage
 
Dim instance As NumericTextBox
Dim value As Object
Dim value As String
 
value = instance.QueryTextFromValueCore(value)
protected string QueryTextFromValueCore( 
   object value
)

Parameters

value
An object representing the value whose string representation is to be returned.

Return Value

The string representation of the value.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback