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