Click or drag to resize

CompilerServices.String2Psz Method

X#
Allocate a PSZ and add it to the list

Namespace:  XSharp.Internal
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC METHOD String2Psz(
	s AS STRING,
	pszList AS List<IntPtr>
) AS IntPtr
Request Example View Source

Parameters

s
Type: String
pszList
Type: ListIntPtr

Return Value

Type: IntPtr
See Also