Declaration
public static bool Try(
object value,
out ushort result
)Summary
Converts the specified object to a ushort.
Returns true if successful, or false if the object cannot be converted exactly.
result is set to the type's default value
if the conversion is unsuccessful.