[This is preliminary documentation and is subject to change.]

Returns the value of the Unit as a formatted string in points.

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String

Return Value

Examples

CopyC#
Unit.Parse("1 in").ToString()
Returns the string "72pt".

See Also