ModelBaseSetNullString Method

Sets a string as null if the length is zero.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static string? SetNullString(
	string? value
)

Parameters

value  String
Value to check.

Return Value

String
is returned if the string length is zero.

See Also