| ValueConverterConvertString Method |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public Object ConvertString(
string value,
Type targetType
)
Public Function ConvertString (
value As String,
targetType As Type
) As Object
Parameters
- value
- Type: SystemString
- targetType
- Type: SystemType
Return Value
Type:
ObjectSee Also