ControlBaseAddValueConverter Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a delegate that can convert from a string to the given class type, used for XML parsing and conversion.
Namespace:
Telogis.UI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void AddValueConverter(
Type t,
ValConverter converter
)
Public Shared Sub AddValueConverter (
t As Type,
converter As ValConverter
)
Parameters
- t
- Type: SystemType
The Type that this delegate will convert the string to - converter
- Type: ValConverter
A function that perform the type conversion.
See Also