Partager via


OperatorIntrinsics.GetStringSlice, fonction (F#)

Obtient une section d'une chaîne.

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

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

// Signature:
GetStringSlice : string -> int option -> int option -> string

// Usage:
GetStringSlice source start finish

Paramètres

  • source
    Type : string

    Chaîne source.

  • start
    Type : intoption

    Index du premier caractère de la section.

  • finish
    Type : intoption

    Index du dernier caractère de la section.

Valeur de retour

Sous-chaîne des index donnés.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, Portable, portable

Voir aussi

Référence

Operators.OperatorIntrinsics, module (F#)

Core.Operators, module (F#)