PKMerchantCategoryCode.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Explicit(PKMerchantCategoryCode to Int16) |
Get the 16-bit value for a PKMerchantCategoryCode. |
| Explicit(Int16 to PKMerchantCategoryCode) |
Convert a 16-bit value to a PKMerchantCategoryCode. |
Explicit(PKMerchantCategoryCode to Int16)
Get the 16-bit value for a PKMerchantCategoryCode.
public static explicit operator short(PassKit.PKMerchantCategoryCode code);
static member op_Explicit : PassKit.PKMerchantCategoryCode -> int16
Parameters
Returns
Applies to
Explicit(Int16 to PKMerchantCategoryCode)
Convert a 16-bit value to a PKMerchantCategoryCode.
public static explicit operator PassKit.PKMerchantCategoryCode(short code);
static member op_Explicit : int16 -> PassKit.PKMerchantCategoryCode
Parameters
- code
- Int16