Returns true if value is valid for the given setting.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic bool IsValid(
	string value
)
Public Function IsValid ( 
	value As String
) As Boolean
public:
bool IsValid(
	String^ value
)
Parameters
- value
 - Type: SystemString
Setting value. 
Return Value
Type: 
Booleantrue if value is within the setting's range
Exceptions
See Also