3 references to TrimBoth
mscorlib (3)
system\string.cs (3)
1321
return TrimHelper(
TrimBoth
);
1323
return TrimHelper(trimChars,
TrimBoth
);
2740
return TrimHelper(
TrimBoth
);