NWFBaseParserParseSimpleObjectsParameterT Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.GeoStream.Server.NWF
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static List<T> ParseSimpleObjectsParameter<T>(
string source,
string splitor,
string parameterName,
NWFExceptions exceptions
)
Public Shared Function ParseSimpleObjectsParameter(Of T) (
source As String,
splitor As String,
parameterName As String,
exceptions As NWFExceptions
) As List(Of T)
Parameters
- source
- Type: SystemString
- splitor
- Type: SystemString
- parameterName
- Type: SystemString
- exceptions
- Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsNWFExceptions
Type Parameters
- T
Return Value
Type:
ListTSee Also