HtmlLabelAdapter.WhiteSpace(String) Méthode

Définition

Analyse une chaîne pour déterminer s’il contient des espaces blancs. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

protected public:
 bool WhiteSpace(System::String ^ s);
protected internal bool WhiteSpace(string s);
member this.WhiteSpace : string -> bool
Protected Friend Function WhiteSpace (s As String) As Boolean

Paramètres

s
String

Contient la chaîne à vérifier.

Retours

true si la chaîne contient des espaces blancs ; sinon, false.

S’applique à

Voir aussi