Partager via


LanguagePrimitives.ParseUInt64, fonction (F#)

Analyse un entier de 64 bits non signé en fonction des règles utilisées par l'opérateur de conversion uint64 surchargé en cas d'application aux chaînes.

Espace de noms/Chemin du module : Microsoft.FSharp.Core.LanguagePrimitives

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
ParseUInt64 : string -> uint64

// Usage:
ParseUInt64 s

Paramètres

  • s
    Type : string

    Chaîne d'entrée.

Valeur de retour

Valeur analysée.

Plateformes

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Core.LanguagePrimitives, module (F#)

Microsoft.FSharp.Core, espace de noms (F#)