The following code.
var ts = new XTextStyle();
ts.String = "24.5 10 0 0 0 0 0";
Response.Write($"Size = {ts.Size}<br>");
Response.Write($"Indent = {ts.Indent}");
Dim ts As New XTextStyle()
ts.String = "24.5 10 0 0 0 0 0"
Response.Write($"Size = {ts.Size}<br>")
Response.Write($"Indent = {ts.Indent}")
Produces the following output.