Forum Discussion
1 Reply
- OSAdminValued Contributor IIOriginally posted by Nick Kroppe
Dim amount As Decimal = args.Value.Replace("" "", String.Empty).xfconverttodecimal
If IsNumeric(amount) Then
api.ValueIsnumeric = True
Return amount
End If
Related Content
- 9 months ago