Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NClipboard Class / GetText Method


In This Topic
    GetText Method (NClipboard)
    In This Topic
    Tries to get a string from the clipboard. Returns null, if data in Text format does not exists on the clipboard or its retrieval failed. Returns a text string in case the data was successfully retrived.
    Syntax
    'Declaration
     
    
    Public Shared Function GetText() As System.String
    'Usage
     
    
    Dim value As System.String
     
    value = NClipboard.GetText()
    public static System.string GetText()
    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