[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
ConvertOrCast<(Of <(T>)>)(Object)
Converts the value to the specified type. If the value is unable to be converted, the value is checked whether it assignable to the specified type.
ConvertOrCast<(Of <(T>)>)(Object, CultureInfo)
Converts the value to the specified type. If the value is unable to be converted, the value is checked whether it assignable to the specified type.
ConvertOrCast(Object, CultureInfo, Type)
Converts the value to the specified type. If the value is unable to be converted, the value is checked whether it assignable to the specified type.

See Also

ConvertUtils Class
ConvertUtils Members
Facebook.Json.Utilities Namespace