 | 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
Syntaxpublic static string[] SplitLongString(
string strValue
)
Parameters
- strValue
- Type: SystemString
textový řetězec
Return Value
Type:
Stringpole textových řetězců dlouhých 100 znaků
See Also