AspriseImagingisEmpty Method |
return true if the given string is null or of lenght 0.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool isEmpty(
string s
)
Public Shared Function isEmpty (
s As String
) As Boolean
public:
static bool isEmpty(
String^ s
)
static member isEmpty :
s : string -> bool
Parameters
- s
- Type: SystemString
Return Value
Type:
BooleanSee Also