Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlObjectBase / Liquid XML Runtime for .Net - PreserveCharacterRefCR - XmlObjectBase
In This Topic
    Liquid XML Runtime for .Net - PreserveCharacterRefCR - XmlObjectBase
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
       

    public static bool PreserveCharacterRefCR { get; set; }

      Property Description  
        Method Name PreserveCharacterRefCR  
        Description

    When set to false (default) all Carriage Return characters (\r) and Carriage Return character references (
) will be removed during ToXmll.. and FromXml... method calls.

    When set true the FromXml... methods will preserve any Carriage Return characters (\r) and Carriage Return character references (
) as \r characters in the object model, and the ToXml... methods will convert any \r characters in the object model to character references 
 in the output XML document.