[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 T Convert<T>( Object initialValue ) |
Visual Basic (Declaration) |
---|
Public Shared Function Convert(Of T) ( _ initialValue As Object _ ) As T |
Visual C++ |
---|
public: generic<typename T> static T Convert( Object^ initialValue ) |
Parameters
- initialValue
- Type: System..::.Object
The value to convert.
Type Parameters
- T
- The type to convert the value to.