[This is preliminary documentation and is subject to change.]
Converts the value to the specified type.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static Object Convert( Object initialValue, CultureInfo culture, Type targetType ) |
Visual Basic (Declaration) |
---|
Public Shared Function Convert ( _ initialValue As Object, _ culture As CultureInfo, _ targetType As Type _ ) As Object |
Visual C++ |
---|
public: static Object^ Convert( Object^ initialValue, CultureInfo^ culture, Type^ targetType ) |
Parameters
- initialValue
- Type: System..::.Object
The value to convert.
- culture
- Type: System.Globalization..::.CultureInfo
The culture to use when converting.
- targetType
- Type: System..::.Type
The type to convert the value to.