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
valuestringThe input value.
Returns
- bool
trueif the input is valid; otherwise,false.