Returns true if value is valid for the given setting.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public bool IsValid(
string value
)
Public Function IsValid (
value As String
) As Boolean
public:
bool IsValid(
String^ value
)
Parameters
- value String
- Setting value.
Return Value
Booleantrue if value is within the setting's range
Exceptions See Also