Show / Hide Table of Contents

Class Utility

A set of utilty functions

Inheritance
object
Utility
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: pdftron.Common
Assembly: PDFTronDotNet.dll
Syntax
public class Utility

Methods

PtrToStringUTF8(IntPtr)

Declaration
public static string PtrToStringUTF8(IntPtr ptr)
Parameters
Type Name Description
IntPtr ptr
Returns
Type Description
string
In This Article
Back to top Generated by DocFX