Share via


WHSParameters::str2con Method

Custom str2con method that supports multi character delimiters.

Splits the given string by the specified delimiters and returns the contents in a container.

Syntax

client server public static container str2con(str _value, str _delimiter)

Run On

Called

Parameters

  • _value
    Type: str
    The String value to be split.
  • _delimiter
    Type: str
    The delimiters

Return Value

Type: container
A container, which has the String split by the specified delimiters.

See Also

Reference

WHSParameters Table