 | StringExtensions Class |
String extension methods.
Inheritance Hierarchy
Namespace:
System
Assembly:
Neon.Common (in Neon.Common.dll) Version: 2.14.0
Syntaxpublic static class StringExtensions
<ExtensionAttribute>
Public NotInheritable Class StringExtensions
[ExtensionAttribute]
public ref class StringExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type StringExtensions = class end
The StringExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | ToLines |
Splits the string into lines of text.
|
Top
See Also