SPUtility.HexStringToLong method
Converte o valor hexadecimal especificado como um valor de long .
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function HexStringToLong ( _
s As String _
) As Long
'Uso
Dim s As String
Dim returnValue As Long
returnValue = SPUtility.HexStringToLong(s)
public static long HexStringToLong(
string s
)
Parâmetros
s
Type: System.StringO valor hexadecimal a converter.
Valor retornado
Type: System.Int64
O valor convertido.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | s é a null reference (Nothing in Visual Basic). |
ArgumentException | O comprimento de s for maior do que 16. |
Comentários
Este método converte o valor hexadecimal do parâmetro slong formato.