天软金融分析.NET函数大全 > TSL函数 > 基础函数 > 字符串 > 常用字符串函数

FormatCurr    

简述

将实数Value根据参数Format设定格式转换成字符串返回
相应的格式说明请参考FormatFloat函数
定义
FormatCurr(Format: String; Value: Currency): String;
参数
名称类型说明
Format String字符串,格式串
Value Currency实数
返回 String
字符串
相关