CrGlobal: CrStringTrimOption

CrStringTrimOption

trim option for strings

 Public Enum CrStringTrimOption

Values

CrStringTrimLeading
remove applicable characters from the beginning of the string
CrStringTrimTrailing
remove applicable characters from the end of the string
CrStringTrimBoth
remove applicable characters from the beginning and end of the string

Remarks

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods CrArrayNewFromString CrTypeClass