SaveMailLogicUseDefaultIfNullOrWhiteSpace Method

Scanjour Workflow4 Reference Manual
If string value is null or whitespace use the provided default.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string UseDefaultIfNullOrWhiteSpace(
	string val,
	string dflt
)

Parameters

val
Type: SystemString
Value to test.
dflt
Type: SystemString
Default value.

Return Value

Type: String
Either value or default.
See Also

Reference