[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Json.Utilities.ConvertUtils.CanConvertType(System.Type,System.Type,System.Boolean)"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static bool CanConvertType( Type initialType, Type targetType, bool allowTypeNameToString ) |
Visual Basic (Declaration) |
---|
Public Shared Function CanConvertType ( _ initialType As Type, _ targetType As Type, _ allowTypeNameToString As Boolean _ ) As Boolean |
Visual C++ |
---|
public: static bool CanConvertType( Type^ initialType, Type^ targetType, bool allowTypeNameToString ) |
Parameters
- initialType
- Type: System..::.Type
[Missing <param name="initialType"/> documentation for "M:Facebook.Json.Utilities.ConvertUtils.CanConvertType(System.Type,System.Type,System.Boolean)"]
- targetType
- Type: System..::.Type
[Missing <param name="targetType"/> documentation for "M:Facebook.Json.Utilities.ConvertUtils.CanConvertType(System.Type,System.Type,System.Boolean)"]
- allowTypeNameToString
- Type: System..::.Boolean
[Missing <param name="allowTypeNameToString"/> documentation for "M:Facebook.Json.Utilities.ConvertUtils.CanConvertType(System.Type,System.Type,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.ConvertUtils.CanConvertType(System.Type,System.Type,System.Boolean)"]