Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Indique si une chaine est nulle ou vide
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static bool IsNullOrEmpty( this string s ) |
| Visual Basic (Declaration) |
|---|
<ExtensionAttribute> _ Public Shared Function IsNullOrEmpty ( _ s As String _ ) As Boolean |
| Visual C++ |
|---|
[ExtensionAttribute] public: static bool IsNullOrEmpty( String^ s ) |
Parameters
- s
- Type: System..::.String
la chaine à tester