Get a value in the 2da, converted to T.
if T is string returns the string value, else returns a Nullable!T that is null if the value is empty
std.conv.ConvException if the conversion into T fails
See Implementation
Get a value in the 2da, converted to T.