You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
286 B

using System;
namespace BLL
{
/// <summary>
/// 字符串处理相关
/// </summary>
public class StringHandler
{
/// <summary>
/// author:Tiger
/// Time:2012年5月31日
/// 转换人民币大小金额
/// </summary>