Creo二次開發 函式 5 字串類函式

2022-09-17 14:27:17 字數 894 閱讀 1924

prostringtowstring--用來將標準ascii字串轉化為寬字元

prowstringtostring--用來將寬字元轉化為標準ascii字元

prostringtolegacystring--將unicode的多位元組字串轉換為傳統的編碼方式

prowstringtolegacystring--將unicode的寬字串轉換為傳統的編碼方式

prolegacystringtostring--將傳統編碼方式的多位元組字串轉換為unicode的多位元組字串

prolegacystringtowstring--將傳統編碼方式的多位元組字串轉換為unicode的寬字串

下面給出幾個具體的操作函式

//wchar型別轉換為cstring型別輸出
wchartocstring(wchar_t* source,cstring& strout)

//將字串型別轉換為wchar型別
cstringtowchar(cstring strsource,wchar_t* pout)

//字串轉換為double型別
double  cstringtodouble(cstring str)

//字串轉換為int型別

int cstringtoint(cstring str)

Creo二次開發 函式

include proerror proconfigoptset proname option,propath option value 設定名稱為option的關鍵字的值為option value.proerror proconfigoptget proname option,proline op...

Creo二次開發 函式 9

本類函式是在二次開發中經常用的到的乙個函式,為了達到介面的統一,建議先使用creo自帶的函式進行實現。include proerror prouimessagedialogdisplay prouimessagetype type,訊息的型別 wchar t title,對話方塊的標題 wchar ...

Creo二次開發 函式 2 資訊類函式

promessagedisplay 將資訊文字顯示到資訊視窗中 prostringtowstring msgfilename,msgfile.txt promessagedisplay msgfilename,ptafex error 0s all the required references n...