UtilsParsableConvertWithDefaultT 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 T ParsableConvertWithDefault<T>(
string str,
T defaultValue
)
where T : class, Object, IParsable<T>
Public Shared Function ParsableConvertWithDefault(Of T As {Class, Object, IParsable(Of T)}) (
str As String,
defaultValue As T
) As T
Parameters
- str
- Type: SystemString
- defaultValue
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also