首页 > cat > conv 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
Conversion Functions
CBool Converts a value to a Boolean.
CByte Converts a value to a Byte.
CDate Converts a value to a Date.
CFloat Converts a value to a Float.
CInt Converts a value to an Integer.
CLong Converts a value to a Long.
Conv$ Converts a string from a charset to another charset.
CShort Converts a value to a Short.
CSingle Converts a value to a Single.
CStr Converts a value to a String.
DConv$ Converts a string from the system charset to UTF-8 (the desktop charset).
SConv$ Converts a string from UTF-8 (the desktop charset) to the system charset.
Str$ Converts a number or a date into a string.
Val Converts a string into a number or a date.