Spread Silverlight Documentation
GetPreferredDisplayFormatter(String,Object) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > GeneralFormatter Class > GetPreferredDisplayFormatter Method : GetPreferredDisplayFormatter(String,Object) Method
The formatted data string.
The parsed value.
Gets the preferred display format string.
Syntax
'Declaration
 
Public Overloads Function GetPreferredDisplayFormatter( _
   ByVal s As System.String, _
   ByRef value As System.Object _
) As IFormatter
'Usage
 
Dim instance As GeneralFormatter
Dim s As System.String
Dim value As System.Object
Dim value As IFormatter
 
value = instance.GetPreferredDisplayFormatter(s, value)
public IFormatter GetPreferredDisplayFormatter( 
   System.string s,
   out System.object value
)

Parameters

s
The formatted data string.
value
The parsed value.

Return Value

Returns the preferred formatter for the string.
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members
Overload List