Table of Contents

Method IsValidInput

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common.Properties
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

IsValidInput(string)

Checks if the provided input value matches the definition of the property.

bool IsValidInput(string value)

Parameters

value string

The input value.

Returns

bool

true if the input is valid; otherwise, false.