Click or drag to resize

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
)

Parameters

e
Type: NetQuarry.DataFlavors
The flavor bits to convert.

Return Value

Type: String
The string representing the flavor.
See Also