C# Class NppSharp.TextPtr

Represents text stored using a native ptr.
This text will only be converted to a CLR string upon request, improving performance when its not needed.
Mostrar archivo Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Gets the text at the pointer.

Method Details

ToString() public method

Gets the text at the pointer.
public ToString ( ) : string
return string