Bitmap for WPF
PtrToStringUni メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : PtrToStringUni メソッド
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.
シンタックス
'宣言
 
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
)

パラメータ

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

戻り値の型

The converted string.
参照

DXUtil クラス
DXUtil メンバ