| SupplementGetSupplement Method |
Creates 2-digit and 5-digit supplement object.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public static Supplement GetSupplement(
string number
)
Public Shared Function GetSupplement (
number As String
) As Supplement
public:
static Supplement^ GetSupplement(
String^ number
)
static member GetSupplement :
number : string -> Supplement
Parameters
- number
- Type: SystemString
number for supplement
Return Value
Type:
SupplementSupplement object
See Also