StringUtilsConsolidateWhitespace Method |
Consolidate each block of whitespace in the string into a single blank and
trim whitespace from start and end of string.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ConsolidateWhitespace(
string s
)
Public Shared Function ConsolidateWhitespace (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to consolidate.
Return Value
Type:
StringThe consolidated string.
See Also