| MvMessageKeepNullString Property |
Returns the
String decoding behavior.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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