| RuleTryParse Method |
Namespace:
Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax protected bool TryParse(
string value,
ref double result
)
Protected Function TryParse (
value As String,
ByRef result As Double
) As Boolean
Parameters
- value
- Type: SystemString
- result
- Type: SystemDouble
Return Value
Type:
BooleanSee Also