Click or drag to resize

Clipboard.RetrieveString Method (Typed)

X#
Retrieves a string from the clipboard.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveString(
	 nStringLength AS LONG
) AS STRING
Request Example View Source

Parameters

nStringLength
Type: Long
The length of the string to be retrieved. If nStringLength is zero or not specified, the complete clipboard contents is assumed.

Return Value

Type: String
The string from the clipboard or NULL_STRING, if there is no string in the clipboard.
See Also