Table of Contents

Method IsValueOfValidType

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

IsValueOfValidType(IValueWrapper)

Determines whether the specified value has the valid type.

public override bool IsValueOfValidType(IValueWrapper valueWrapper)

Parameters

valueWrapper IValueWrapper

The value to check for the valid type.

Returns

bool

true if the type of value is valid; otherwise, false.