Converts a pointer to a null-terminating string up to maxLength characters to a .Net string.
シンタックス
'宣言
Public Shared Function PtrToStringUni( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.String
public static System.string PtrToStringUni(
System.IntPtr ,
System.int
)
パラメータ
- pointer
- The pointer to an Unicode null string.
- maxLength
- Maximum length of the string.
戻り値の型
The converted string.
参照