Click or drag to resize

SettingIsValid Method

Returns true if value is valid for the given setting.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public bool IsValid(
	string value
)

Parameters

value  String
Setting value.

Return Value

Boolean
true if value is within the setting's range
Exceptions
ExceptionCondition
FormatException
See Also