ModelBaseSetNullString Method
Sets a string as null if the length is zero.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static string? SetNullString(
string? value
)
- value String
- Value to check.
String is returned if the string length is zero.