ConvertStringCharCodeFormat

文字列の文字コード形式を別の文字コード形式に変換する

nothrow @nogc extern (C++, DxLib) extern
int
ConvertStringCharCodeFormat

Parameters

SrcCharCodeFormat int

DX_CHARCODEFORMAT_SHIFTJIS 等

SrcString const(void)*

?

DestCharCodeFormat int

DX_CHARCODEFORMAT_SHIFTJIS 等

DestStringBuffer void*

?

Meta