Text Class

PreStorm - A Data Client for ArcGIS Server REST API
Provides extension methods for converting features to text formats.
Inheritance Hierarchy

SystemObject
  PreStormText

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public static class Text
Methods

  NameDescription
Public methodStatic memberToText(Feature, String, NullableChar, FuncDateTime, String)
Converts the feature attributes to delimiter-separated values (i.e. CSV).
Public methodStatic memberToTextT(FeatureT, String, NullableChar, FuncT, Object, FuncDateTime, String)
Converts the feature attributes to delimiter-separated values (i.e. CSV).
Top
See Also

Reference