[]
Converts a value in twips to a string representation in the specified unit.
public static string TwipsToString(float twips, Length.Unit target)
| Type | Name | Description |
|---|---|---|
| float | twips | A float value indicating the length in twips. |
| Length.Unit | target | A target Length.Unit for the string representation. |
| Type | Description |
|---|---|
| string | A string value representing the length in the specified unit. |