getRawValueAs<T> method

T getRawValueAs<T>()

Implementation

T getRawValueAs<T>()
{
  return getRawValue() as T;
}