``` Length.TryParse("2m,,,1", out length) ``` is parsed and the length is set to "2m". Is this intended? I'm trying to use TryParse for validation.