FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Common::StringCollection::StringCollection ( String *  data,
String *  delimiters,
Boolean  nullTokens 
)

Creates a string collection that is tokenized from a string. The collection contains an element for each token.

Parameters:
data Input the string to tokenize.
delimiters Input list of single character token delimiters.
nullTokens true: include zero-length tokens in the collection. false: exclude zero-length tokens


Comments or suggestions? Send us feedback.