Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.HexStringToLong method

Converts the specified hexadecimal value to a long value.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static long HexStringToLong(
	string s
)

Parameters

s
Type: System.String
The hexadecimal value to convert.

Return value

Type: System.Int64
The converted value.
ExceptionCondition
NullReferenceException

s is null.

ArgumentException

The length of s is greater than 16.

This method converts the hexadecimal value of the s parameter to long format.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.