QuickOPC User's Guide and Reference
ConvertBack Method (LinearConverter)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : ConvertBack Method
The value to be converted.
The converter parameter to use.
The culture to use in the converter.
Converts a value in the opposite direction.
Syntax
'Declaration
 
Public Function ConvertBack( _
   ByVal value As Object, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object
'Usage
 
Dim instance As LinearConverter
Dim value As Object
Dim parameter As Object
Dim culture As CultureInfo
Dim value As Object
 
value = instance.ConvertBack(value, parameter, culture)

Parameters

value
The value to be converted.
parameter
The converter parameter to use.
culture
The culture to use in the converter.

Return Value

A converted value.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also