Method | Description | |
---|---|---|
Contains ( this |
||
EndsWith ( this |
||
IsMatch ( this |
||
IsNotEmpty ( this |
||
IsNotNullOrEmpty ( this |
||
IsNotNullOrWhiteSpace ( this |
||
Length ( this |
||
StartsWith ( this |
public static Contains ( this |
||
arg | this |
|
value | string | |
return | IArg |
public static EndsWith ( this |
||
arg | this |
|
value | string | |
return | IArg |
public static IsMatch ( this |
||
arg | this |
|
pattern | string | |
return | IArg |
public static IsNotNullOrEmpty ( this |
||
arg | this |
|
return | IArg |
public static IsNotNullOrWhiteSpace ( this |
||
arg | this |
|
return | IArg |
public static Length ( this |
||
arg | this |
|
length | int | |
return | IArg |
public static StartsWith ( this |
||
arg | this |
|
value | string | |
return | IArg |