CardBrand Lookup Method Bluefin Web Client API Documentation
Looks up for appropriate CardBrand reference by string value.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Shared Function Lookup ( _
	value As String _
) As CardBrand

Return Value

CardBrand instance, if match found; UNRECOGNIZED, if match not found; null if string is null or empty.
See Also