FDO API Reference Feature Data Objects

FDO_API_COMMON FdoStringP FdoStringP::Right FdoString delimiter  )  const
 

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

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

Comments or suggestions? Send us feedback.