Create an IEncoder to encode and decode strings between base ten and a given base encoding (from 2 to 36).

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
protected NumericBaseEncoder(
	int radix
)
Visual Basic (Declaration)
Protected Sub New ( _
	radix As Integer _
)
Visual C++
protected:
NumericBaseEncoder(
	int radix
)

Parameters

radix
Type: System..::.Int32
Radix for the encoder.

See Also