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: 2.14.1869
Syntax
public bool IsValid(
	string value
)

Parameters

value
Type: SystemString
Setting value.

Return Value

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