BaseHandler.TryParseDouble Method

DCSoft.DBUtilityGeneric

BaseHandlerTryParseDouble Method
Double类型转换

Namespace: DCSoft.Utility.Handle
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public double TryParseDouble(
	string str
)

Parameters

str
Type: SystemString
要转换的字符串

Return Value

Type: Double
double值
See Also