The customized helpstring, if any, for the specified flavor.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Help(
int flavor,
string defaultHelp
)
Public Function Help (
flavor As Integer,
defaultHelp As String
) As String
Parameters
- flavor
- Type: SystemInt32
The flavor in question. - defaultHelp
- Type: SystemString
The default helpstring if no custom helpstring is found.
Return Value
Type:
StringThe customized helpstring if found, else the defaultHelp.
See Also