Click or drag to resize

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; }

Property Value

Type: Boolean
true if a null String is decoded as "null", false if a null String is decoded as "".
See Also