length method

int length()

Implementation

int length(){
	return _val.length;
}