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: 7.2.0.0 (7.2.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