Provides extension methods for the String type.
| C# | Visual Basic |
public static class StringHelper
Public NotInheritable Class StringHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| ToLowerInvariant(String) |
Returns a copy of the String object converted to lowercase using the casing rules of the invariant culture.
| |
| ToUpperInvariant(String) |
Returns a copy of the String object converted to uppercase using the casing rules of the invariant culture.
|
| Object | |
| StringHelper | |