RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Search results for: Trim Clear search
C E154_StringTrim redb.Examples.Examples
E PropertyFunction redb.Core.Query.QueryExpressions
T Trim Remove whitespace from both sides (string.Trim())
T TrimEnd Remove whitespace from end (string.TrimEnd())
T TrimStart Remove whitespace from start (string.TrimStart())