Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.Util.ConvertAny Member List

This is the complete list of members for Pathfinder.Util.ConvertAny, including all inherited members.

CanConvert(Type fromType, Type toType)Pathfinder.Util.ConvertAnystatic
CanConvert< ToType >(object value)Pathfinder.Util.ConvertAnystatic
Convert< ToType >(object fromValue)Pathfinder.Util.ConvertAnystatic
ConvertByType(object fromValue, Type toType)Pathfinder.Util.ConvertAnystatic
Default< T >()Pathfinder.Util.ConvertAnystatic
DefaultByType(Type type)Pathfinder.Util.ConvertAnystatic
TryConvert< ToType >(object value, out ToType toValue)Pathfinder.Util.ConvertAnystatic