protected override ushort GetUnitSubTypeFromString(string asString) { return(QuantityMetric.GetUnitSubTypeFromString(asString, GetRegularExpressionForSubUnit())); }
protected override string GetRegularExpressionForSubUnit() { return(mRegularExpressionForSubUnit ?? (mRegularExpressionForSubUnit = QuantityMetric.GetRegularExpressionForSubUnit($"({SubTypeToShortString}|m3)"))); }