The Radix for the numeric base encoding

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 int Radix { get; set; }
Visual Basic (Declaration)
Protected Property Radix As Integer
Visual C++
protected:
property int Radix {
	int get ();
	void set (int value);
}

See Also