Nevron Open Vision Documentation
Nevron.Nov Namespace / NStringParser Class / SkipWhiteSpaces Method


In This Topic
    SkipWhiteSpaces Method
    In This Topic
    Reads until a non white space char is met. The parser's position is then positioned at this non white space character position.
    Syntax
    'Declaration
     
    
    Protected Function SkipWhiteSpaces() As System.Boolean
    'Usage
     
    
    Dim instance As NStringParser
    Dim value As System.Boolean
     
    value = instance.SkipWhiteSpaces()
    protected System.bool SkipWhiteSpaces()

    Return Value

    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