Provides extension methods for converting features to text formats.
Inheritance Hierarchy
PreStormText
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
Methods
Name | Description | |
---|---|---|
ToText(Feature, String, NullableChar, FuncDateTime, String) |
Converts the feature attributes to delimiter-separated values (i.e. CSV).
| |
ToTextT(FeatureT, String, NullableChar, FuncT, Object, FuncDateTime, String) |
Converts the feature attributes to delimiter-separated values (i.e. CSV).
|
See Also