FDO API Reference Feature Data Objects
FDO_API_COMMON FdoStringP FdoStringP::Left ( FdoString delimiter  )  const

Gets the characters to the left of the given sub-string.

Parameters:
delimiter The substring.
Returns:
Returns all of the characters to the left of the first occurance of the delimiter string. All of this string is returned if the delimiter is not in this string. An empty string(L"") is returned if the delimiter is is NULL or L"".


Comments or suggestions? Send us feedback.