ArcGIS Extensibility SDK for Silverlight - Library Reference
Convert Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Application.Layout.Converters Namespace > LocalizationConverter Class : Convert Method
value
The key of the resource string
targetType
The System.Type of data expected by the target dependency property
parameter
An optional parameter to be used in the converter logic
culture
The culture of the conversion
Perform the conversion to a resource string

Syntax

C# 
public object Convert( 
   object value,
   Type targetType,
   object parameter,
   CultureInfo culture
)

Parameters

value
The key of the resource string
targetType
The System.Type of data expected by the target dependency property
parameter
An optional parameter to be used in the converter logic
culture
The culture of the conversion

Return Value

The resource string to be passed to the target dependency property

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© Esri, Inc. All Rights Reserved.