Transform the value if it's a numeric type. The tarnsformation is done with the parameters defined int the DataBind Format definition.
Visual Basic (Declaration) | |
---|---|
Public Sub Transform( _ ByVal item As Subscription, _ ByRef val As Object _ ) |
C# | |
---|---|
public void Transform( Subscription item, ref object val ) |
Parameters
- item
- Subscription data for the item.
- val
- Current item value.