天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
字符串
>
多语言支持函数
Inttostrw
复制链接
简述
整数Value转换成宽字节字符串,与IntToStr的区别是,intTostrw返回的是宽字节字符串。
定义
IntToStrw (Value: Integer): String;
参数
名称
类型
说明
Value
Integer
整数
返回
String
宽字节字符串
范例
s:= inttostrw(2);
return array(ifstring(s),ifwstring(s));
//返回:array(0,1) 说明返回结果串s为宽字节串,而非多字节字符串。
相关
AnsiPos
ByteType
ByteToCharLen
CharToByteLen
ByteToCharIndex
CharToByteIndex
CharLength
NextCharIndex
AnsiQuotedStr
AnsiDequotedStr
AnsiToUTF8
UTF8ToAnsi
UnicodeESC
unUnicodeESC
MultibyteToUnicode
UnicodeToMultiByte
LCMapString
MakeLCID
unUnicodeESC2
unUnicodeESC2w
UnicodeESC2
unUnicodeESCw
Strw
CurrtoStrw
FloattoStrw
MultibytetoUnicodew
UnicodetoUTF8
UTF8toUnicode
Inttohexw
Inttostrw
Ifwstring
Booltostrw2
Booltostrw
Exportjsonstring
Importjsonstring
ExportJsonStringUTF8
ExportJSONStringMBCS