Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- sHex
-
Type: string
String of hex digits. This string must not be null and must have an even length. If it is null, then an ArgumentNullException will be thrown. The hex digits may be upper or lower case. If it is not of even length or contains characters that are not valid hex digits, then an ArgumentException will be thrown.
- vb
-
Type: byte[]
The destination byte array where the individual bytes of the given string shall be stored.
- nOffset
-
Type: int
Offset into the byte array where the first character shall be stored.
Exception type | Condition |
---|---|
Thrown when one or more arguments have unsupported or illegal values. |
|
Thrown when one or more required arguments are null. |