| MvMessageKeepNullString Property |
Returns the
String decoding behavior.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static bool KeepNullString { get; }
Public Shared ReadOnly Property KeepNullString As Boolean
Get
public:
static property bool KeepNullString {
bool get ();
}
Property Value
Type:
Booleantrue if a null
String is decoded as
"null",
false if a null
String is
decoded as "".
See Also