Partager via


StringExtensions.IsDateTime(String) Méthode

Définition

Vérifie si une chaîne peut être convertie en DateTime type.

public static bool IsDateTime (this string value);
static member IsDateTime : string -> bool
<Extension()>
Public Function IsDateTime (value As String) As Boolean

Paramètres

value
String

Valeur de chaîne à tester.

Retours

true si value peut être converti en type spécifié ; sinon, false.

S’applique à