Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class / ShouldSerializeText Method
In This Topic
    ShouldSerializeText Method
    In This Topic
    Gets whether the given text node should be serialized or not. When indenting is enabled, we skip text nodes that contain only white spaces and new lines.
    Syntax
    protected virtual System.bool ShouldSerializeText( 
       System.string text
    )

    Parameters

    text
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also