Click or drag to resize
MvMessageSetKeepNullString Method
Sets the String decoding behavior.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
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