JsonStringIsNullOrEmpty Method |
Indicates whether a specified JsonString is Nothing or empty.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static bool IsNullOrEmpty(
JsonString value
)
Public Shared Function IsNullOrEmpty (
value As JsonString
) As Boolean
Parameters
- value
- Type: Dextronet.JsonieJsonString
The object to test.
Return Value
Type:
BooleanTrue if the value parameter is Nothing or value.Value is String.Empty.
See Also