Clipboard.RetrieveString Method (Typed) | |
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
public virtual string RetrieveString(
[DefaultParameterValueAttribute(-1, 0)] int nStringLength
)
Request Example
View SourceParameters
- 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