SPUtility.HexStringToLong method
SharePoint 2013
Converts the specified hexadecimal value to a long value.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- s
- Type: System.String
The hexadecimal value to convert.
| Exception | Condition |
|---|---|
| NullReferenceException | s is null. |
| ArgumentException | The length of s is greater than 16. |