PDFReaderControls.NET Professional Type Reference

Unit Implicit String to Unit Conversion 

Implicit conversion from string. This allows you to assign a sized string to any variable or property of type Unit without constructors or casting.

public static implicit operator Unit(
   string val
);

Parameters

val
The value in a format that can be parsed

Return Value

A Unit with the value val and UnitType found.

See Also

Unit Class | TallComponents.PDF Namespace