Click or drag to resize

FileParserReplaceSeparators Method

Replaces each separator occurence in text with given separator.

Namespace:  Packflow.Core.FileParsing
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static string ReplaceSeparators(
	string text,
	string newSeparator
)

Parameters

text
Type: SystemString
The text.
newSeparator
Type: SystemString
The new separator.

Return Value

Type: String
See Also