Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 463 Bytes

File metadata and controls

21 lines (14 loc) · 463 Bytes

TrimOptions ..

Enumeration of trimming options that may be used for the mutation of TrimAttributes.

Namespace: Dado.ComponentModel.DataMutations

Syntax

[Flags]
public enum TrimOptions

Members

Name Description
All Trim leading and trailing occurrences.
FromEnd Trim trailing occurrences.
FromStart Trim leading occurrences.