Returns true if value is valid for the given setting.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 4.0.3435
Syntaxpublic 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| Exception | Condition |
|---|
| FormatException | |
See Also