Click or drag to resize
ValueTranslatorExtensionsSplit Method (String, Char)

Namespace: FlexRule.Validation.Languages.Parser.ValueTranslators
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static string[] Split(
	string input,
	char splitter
)

Parameters

input
Type: SystemString
splitter
Type: SystemChar

Return Value

Type: String
See Also