XmlConvert.ToTimeSpan(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
static TimeSpan ToTimeSpan(System::String ^ s);
public static TimeSpan ToTimeSpan (string s);
static member ToTimeSpan : string -> TimeSpan
Public Shared Function ToTimeSpan (s As String) As TimeSpan
Paramètres
- s
- String
Chaîne à convertir. Le format de chaîne doit être conforme à la recommandation W3C intitulée Schema Part 2 : Datatypes pour les durées.
Retours
Équivalent TimeSpan
de la chaîne.
Exceptions
Le format de s
est incorrect pour représenter une valeur TimeSpan
.