Nevron.Nov Namespace / NStringParser Class / ReadToLineOrDataEnd Method
In This Topic
    ReadToLineOrDataEnd Method
    In This Topic
    Reads a token from the current position (inclusive) to the line end (exclusive) or the data end. The position of the first occurrence of a line end char becomes the new reading position.
    Syntax
    protected System.bool ReadToLineOrDataEnd( 
       out System.string result
    )

    Parameters

    result

    Return Value

    True if there are more chars to read or false if the parser has reached its end position.
    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