The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
s=s.Trim(..) will trim both the beg and the end
Is there an easy way to Trim the whole string and especially the middle.
Let's say I want to trim all the "'" characters off the string: "Let's say, your's idea"
ADAdministrator Syncfusion Team December 17, 2002 11:39 AM UTC
Maybe you can use the split-method....
SKShardool KarnikDecember 17, 2002 05:16 PM UTC
use the replace function .... something like this ... Replace("'", "") .... .
- dooL
> s=s.Trim(..) will trim both the beg and the end
>
> Is there an easy way to Trim the whole string and especially the middle.
> Let's say I want to trim all the "'" characters off the string: "Let's say, your's idea"
>
>
>