StringHelper.safeInt Method

HD.Common

StringHelpersafeInt Method Helper帮助文档
返回安全整数类型

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string safeInt(
	string str
)
Public Shared Function safeInt ( 
	str As String
) As String
public:
static String^ safeInt(
	String^ str
)
static member safeInt : 
        str : string -> string 

Parameters

str
Type: SystemString
要转换的字符串

Return Value

Type: String
int16 整形数字
See Also

Reference