NumberSystemBase

Description

Specifies the base of the number system.

namespace NumberSystemBase
{
	enum Type
	{
		Base_10,
		Base_16
	};
}