SPUtility.StringToUInt64 - Méthode
Convertit la valeur de texte spécifié en un entier non signé 64 bits.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function StringToUInt64 ( _
s As String _
) As ULong
'Utilisation
Dim s As String
Dim returnValue As ULong
returnValue = SPUtility.StringToUInt64(s)
public static ulong StringToUInt64(
string s
)
Paramètres
s
Type : System.StringLa valeur de texte à convertir.
Valeur renvoyée
Type : System.UInt64
La valeur convertie.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | s est vide ou une référence Null (Rien dans Visual Basic). |
Remarques
Cette méthode convertit la valeur de texte dans le paramètre s en un entier non signé 64 bits.