IOpcDataTypeMapper Interface

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides mechanims to map an Object of a specific type to another type and back.

C#

public interface IOpcDataTypeMapper
Name Description
Convert(Object, IFormatProvider) Converts the sourceObject to a specific type.
ConvertBack(Object, IFormatProvider) Converts the targetObject to the type from which the value has been created.