Spread Silverlight Documentation
GetPreferredDisplayFormatter(String) Method


The formatted data string.
Gets the preferred display format string.
Syntax
'Declaration
 
Public Overloads Function GetPreferredDisplayFormatter( _
   ByVal s As System.String _
) As IFormatter
'Usage
 
Dim instance As GeneralFormatter
Dim s As System.String
Dim value As IFormatter
 
value = instance.GetPreferredDisplayFormatter(s)
public IFormatter GetPreferredDisplayFormatter( 
   System.string s
)

Parameters

s
The formatted data string.

Return Value

Returns the preferred formatter for the string.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GeneralFormatter Class
GeneralFormatter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.