SPUtility.HexStringToLong - Méthode
Convertit la valeur hexadécimale spécifiée d'une valeur de long .
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function HexStringToLong ( _
s As String _
) As Long
'Utilisation
Dim s As String
Dim returnValue As Long
returnValue = SPUtility.HexStringToLong(s)
public static long HexStringToLong(
string s
)
Paramètres
s
Type : System.StringLa valeur hexadécimale à convertir.
Valeur renvoyée
Type : System.Int64
La valeur convertie.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | s est une référence Null (Rien dans Visual Basic). |
ArgumentException | La longueur de s est supérieure à 16. |
Remarques
Cette méthode convertit la valeur hexadécimale du paramètre s au format long .