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: 6.3.0.0 (0.8.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