Class HexValidator
Validates hexadecimal values.
Inheritance
System.Object
HexValidator
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.String | value | The value to validate. |
Returns
Type | Description |
---|---|
System.Boolean | True if the |