Enum UnitSeparationMode
Controls how units are separated from the numeric value in measurements.
Namespace: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum UnitSeparationMode
Fields
| Name | Description |
|---|---|
| Auto | Use the whitespace handling as it is obtained from the document or memory token. |
| DeleteWhitespace | Delete any whitespace between the number and the unit. |
| InsertNonbreakingSpace | Always insert a single non-breaking space between the number and the unit. |
| InsertSpace | Always insert a single standard space between the number and the unit. |
| InsertSpecifiedSeparator | Always insert the separator specified in the autolocalization settings |