Contains extension methods for the
String class.
Inheritance Hierarchy
Namespace: CodeTigerAssembly: CodeTiger.Core (in CodeTiger.Core.dll) Version: 1.0.0.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 |
---|
  | SplitAt |
Returns a string array that contains substrings in this instance that are separated after
splitLocation characters.
|
Top
See Also