Bitmap for UWP
StringToHGlobalAnsi メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : StringToHGlobalAnsi メソッド
A managed string to be copied.
Copies the contents of a managed String into unmanaged memory, converting into ANSI format as it copies.
シンタックス
'宣言
 
Public Shared Function StringToHGlobalAnsi( _
   ByVal s As System.String _
) As System.IntPtr
public static System.IntPtr StringToHGlobalAnsi( 
   System.string s
)

パラメータ

s
A managed string to be copied.

戻り値の型

The address, in unmanaged memory, to where s was copied, or IntPtr.Zero if s is null.
参照

DXUtil クラス
DXUtil メンバ