'Declaration Public Operator Narrowing CType( _ ByVal unit As Length _ ) As String
public string operator explicit( Length unit )
var length = new Length("1in"); string lengthString = (string)length; // "1in"
Length Structure Length Members