| MvMessageSetKeepNullString Method |
Sets 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 void SetKeepNullString(
bool keepNullString
)
Public Shared Sub SetKeepNullString (
keepNullString As Boolean
)
public:
static void SetKeepNullString(
bool keepNullString
)
Parameters
- keepNullString
- Type: SystemBoolean
If true, a null
String is decoded as "null", as "" otherwise.
Remarks
Default behavior is false. Set it to true for
backward compatibility.
See Also