GrapeCity.Xaml.SpreadSheet.Data
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 String, _
   ByRef value As Object _
) As IFormatter
'Usage
 
Dim instance As GeneralFormatter
Dim s As String
Dim value As Object
Dim value As IFormatter
 
value = instance.GetPreferredDisplayFormatter(s, value)
public IFormatter GetPreferredDisplayFormatter( 
   string s,
   out object value
)

Parameters

s
The formatted data string.
value
The parsed value.

Return Value

Returns the preferred formatter for the string.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GeneralFormatter Class
GeneralFormatter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options