IsEmptyIsStringEmpty Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static bool IsStringEmpty(
string s
)
Public Shared Function IsStringEmpty (
s As String
) As Boolean
public:
static bool IsStringEmpty(
String^ s
)
static member IsStringEmpty :
s : string -> bool
Parameters
- s
- Type: SystemString
Return Value
Type:
Boolean
See Also