You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/String.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14072,7 +14072,7 @@ White-space characters are defined by the Unicode standard. The `Trim` method re
14072
14072
14073
14073
## Examples
14074
14074
14075
-
The following example uses the <xref:System.String.Trim()?displayProperty=nameWithType> method to remove any extra white space from strings entered by the user before concatenating them.
14075
+
The following example uses the <xref:System.String.Trim?displayProperty=nameWithType> method to remove any extra white space from strings entered by the user before concatenating them.
0 commit comments