ArcFM Solution Developer Guide
Convert Method (MultibindingConverter)


Syntax
'Declaration
 
Public Function Convert( _
   ByVal values() As System.Object, _
   ByVal targetType As System.Type, _
   ByVal parameter As System.Object, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Object
'Usage
 
Dim instance As MultibindingConverter
Dim values() As System.Object
Dim targetType As System.Type
Dim parameter As System.Object
Dim culture As System.Globalization.CultureInfo
Dim value As System.Object
 
value = instance.Convert(values, targetType, parameter, culture)
public System.object Convert( 
   System.object[] values,
   System.Type targetType,
   System.object parameter,
   System.Globalization.CultureInfo culture
)

Parameters

values
targetType
parameter
culture
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MultibindingConverter Class
MultibindingConverter Members

 

 


Send Comment