C# Class Decision.Common.Referrer.ReferrerModeExtensions

ReferrerMode extension methods.
Show file Open project: rabbal/Decision

Public Methods

Method Description
ToLowercaseString ( this referrerMode ) : string

Returns the lower-case string representation of the ReferrerMode.

Method Details

ToLowercaseString() public static method

Returns the lower-case string representation of the ReferrerMode.
public static ToLowercaseString ( this referrerMode ) : string
referrerMode this The referrer mode.
return string