Silverlight SDK for Microsoft Bing
GetDoubleSortValue Method (fieldName, context)
OverviewSystem.Windows.ReflectionArrangeSorterGetDoubleSortValue(String, Object)
A static functor for retrieving a Double value from a data context object
Declaration Syntax
C#Visual BasicVisual C++
public static double GetDoubleSortValue(
	string fieldName,
	Object context
)
Public Shared Function GetDoubleSortValue ( _
	fieldName As String, _
	context As Object _
) As Double
public:
static double GetDoubleSortValue(
	String^ fieldName, 
	Object^ context
)
Parameters
fieldName (String)
The field or property name to examine
context (Object)
The source object from which to infer the value
Return Value
The value requested

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)