 | ValidateUtilCheckMathLength 方法 |
Sweet 开发框架
检查字符串最大长度,返回指定长度的串
命名空间:
Sweet.Common.DoNetCode
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string CheckMathLength(
string inputData,
int maxLength
)
Public Shared Function CheckMathLength (
inputData As String,
maxLength As Integer
) As String
static member CheckMathLength :
inputData : string *
maxLength : int -> string
参数
- inputData
- 类型:SystemString
输入字符串 - maxLength
- 类型:SystemInt32
最大长度
返回值
类型:
String[缺少 "M:Sweet.Common.DoNetCode.ValidateUtil.CheckMathLength(System.String,System.Int32)" 的 <returns> 文档]
参见