Operator Implicit
Namespace TallComponents.PDF.Layout
Struct Unit
Implicit conversion from string. This allows you to assign a sized string to any variable or property of type Unit without constructors or casting.
Syntax
public
Unit
operator
Implicit
(
String
val
);
Returns
Unit
A Unit with the value val and UnitType found.
Parameters
String
val
The value in a format that can be parsed