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.
Afficher le fichier Open project: cmrazek/NppSharp Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Gets the text at the pointer.

Method Details

ToString() public méthode

Gets the text at the pointer.
public ToString ( ) : string
Résultat string