ComponentOne Bitmap for UWP
PtrToStringUni Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : PtrToStringUni Method
The pointer to an Unicode null string.
Maximum length of the string.
Converts a pointer to a null-terminating string up to maxLength characters to a .Net string.
Syntax
'Declaration
 
Public Shared Function PtrToStringUni( _
   ByVal pointer As System.IntPtr, _
   ByVal maxLength As System.Integer _
) As System.String
public static System.string PtrToStringUni( 
   System.IntPtr pointer,
   System.int maxLength
)

Parameters

pointer
The pointer to an Unicode null string.
maxLength
Maximum length of the string.

Return Value

The converted string.
See Also

Reference

DXUtil Class
DXUtil Members