Class HexValidator
Validates hexadecimal values.
Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
public static class HexValidator
Methods
View SourceIsValidHex(string)
Checks whether the given value is a valid hexadecimal value.
Declaration
public static bool IsValidHex(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value to validate. |
Returns
| Type | Description |
|---|---|
| bool | True if the |