'Declaration Public Function ToCentimeters() As Single
public float ToCentimeters()
var length = new Length("1in"); float cm = length.ToCentimeters(); // 2.54
Length Structure Length Members