FlavorsMapCustomName Method |
Get the custom name for the specified flavor bit.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string CustomName(
int flavor,
string defaultName
)
Public Function CustomName (
flavor As Integer,
defaultName As String
) As String
Parameters
- flavor
- Type: SystemInt32
The flavor bit in question. - defaultName
- Type: SystemString
The default name to use if there are no custom flavor names specified.
Return Value
Type:
StringThe custom flavor name, if appropriate.
See Also