Show / Hide Table of Contents

Class HexValidator

Validates hexadecimal values.

Inheritance
object
HexValidator
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
public static class HexValidator

Methods

View Source

IsValidHex(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 value is a valid hexadecimal value, otherwise false.

  • View Source
Back to top Generated by DocFX