ConversionsSplitToListT Method (String, IFormatProvider, Char) |
Splits a text into a list of values.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static List<T> SplitToList<T>(
string text,
IFormatProvider provider,
params char[] separators
)
Parameters
- text
- Type: SystemString
The input text. - provider
- Type: SystemIFormatProvider
The format provider. - separators
- Type: SystemChar
The list of separators.
Type Parameters
- T
- The expected type.
Return Value
Type:
ListTA list of typed values.
See Also