C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Gets the text at the pointer.

Описание методов

ToString() публичный Метод

Gets the text at the pointer.
public ToString ( ) : string
Результат string