FlavorsMapFlavorToString Method |
Convert the Flavors bits to its string representation using custom flavor name overrides.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string FlavorToString(
Flavors e
)
Public Function FlavorToString (
e As Flavors
) As String
Parameters
- e
- Type: NetQuarry.DataFlavors
The flavor bits to convert.
Return Value
Type:
StringThe string representing the flavor.
See Also