PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Converts the given value to the requested type.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static  ConvertToType(
	 value,
	 type,
	 culture,
	 floatNumberStyles
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function ConvertToType ( _
	value As , _
	type As , _
	culture As , _
	floatNumberStyles As  _
) As 

Parameters

value
Object
Value to convert.
type
Type
Type to convert to.
culture
CultureInfo
Culture Info to use.
floatNumberStyles
NumberStyles
The NumberStyles flags to be used for floats.

Return Value

Object

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced