Click or drag to resize
Tesco SW, a.s.

SupportMethodsSplitLongString Method

Metoda rozdělí textový řetězec na pole textových řetězců dlouhých 100 znaků

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static string[] SplitLongString(
	string strValue
)

Parameters

strValue
Type: SystemString
textový řetězec

Return Value

Type: String
pole textových řetězců dlouhých 100 znaků
See Also